Age | Commit message (Expand) | Author |
2011-11-10 | Death to inappropriate whitespace. First one pointed out by Brad. | Kenneth R Westerback |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-20 | bus_dmamap_sync was using xs->flags to determine which direction | David Gwynne |
2010-07-07 | set each disks openings to the maximum number the controller can handle. | David Gwynne |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-26 | If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you | Kenneth R Westerback |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-03 | get rid of the kthread. it is unused and just bloats the kernel. | David Gwynne |
2010-06-03 | replace TAILQs with SLISTs for managing the ccb free list. theyre smaller. | David Gwynne |
2010-06-03 | useless abstraction is, by definition, useless. | David Gwynne |
2010-06-02 | convert ciss(4) over to using iopools. this is fairly easy after the recent | David Gwynne |
2010-06-02 | its pretty obvious that ciss_cmd should be called with splbio being held, | David Gwynne |
2010-06-02 | call scsi_done before put_ccb, rather than have put_ccb call scsi_done | David Gwynne |
2010-06-02 | push the "locking" in ciss_scsi_cmd down. we dont need splbio to call | David Gwynne |
2010-06-02 | protect the ccb free queue with its own mutex | David Gwynne |
2010-06-02 | get rid of useless ccb queues. when the ccb is on the chip, we mark its | David Gwynne |
2010-06-02 | get rid of the code for the passthru bus support. it was never enabled and | David Gwynne |
2010-06-02 | interrupt handlers are run at their IPL, so there's no need to go splbio | David Gwynne |
2010-05-31 | do not immediately panic if we find a non-increasing heartbeat counter but | Alexander Hall |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2010-01-09 | Avoid mulitple calls to scsi_done() on the same xs by having | Kenneth R Westerback |
2010-01-07 | dont use the xs in the scsi_cmd routines after calling ciss_cmd, it might | David Gwynne |
2010-01-07 | CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB. | David Gwynne |
2009-12-17 | Initialize ccb_xs to NULL when taking a ccb off the free list. This | Kenneth R Westerback |
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback |
2009-04-29 | Implement the 64bit FIFO modes (based on the OpenCISS Specification | Reyk Floeter |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-11-10 | remove unused variable 'error' from two functions; llvm/clang; ok dlg | Constantine A. Murenin |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-04-24 | some ciss(4) firmwares use different physical drive addressing, resulting | Jakob Schlyter |
2007-10-20 | Call scsi_done() at SPLBIO. 'looks olright' says mickey. | Kenneth R Westerback |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-05-29 | sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media | Todd T. Fries |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-01-18 | do not freak out if cannot map physdrives into volumes and handle it proper e... | Michael Shalayeff |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-09-15 | Reserve some commands slot for bioctl/sensorsd so ciss doesn't crash | Kenneth R Westerback |
2006-08-31 | ciss can't do bio ioctl's when >1 logical device is defined. Bail out | Kenneth R Westerback |
2006-08-28 | make a define for dealing w/ the big bit (0x80); no func change | Michael Shalayeff |
2006-08-28 | properly detect failed drives and do not crash bioctl; krw@ testing | Michael Shalayeff |