Age | Commit message (Expand) | Author |
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 |
2006-08-28 | set error and break -- not return an error before spl is set back in ioctl! f... | Michael Shalayeff |
2006-08-27 | display proper volume device name in the volume line (; krw@ testing | Michael Shalayeff |
2006-08-27 | basic monitoring and management support. there are a few more things to fix b... | Michael Shalayeff |
2006-03-13 | repair commands w/ no scsi_xfer but the affected code was currently dead anyw... | Michael Shalayeff |
2006-02-02 | make an exposed printf for debugging a debug printf and add a few commas | Brad Smith |
2005-12-13 | - Add a whole bunch of new PCI ids. | Brad Smith |
2005-12-12 | make printf debug-only so some people would just shuddup | Michael Shalayeff |
2005-12-02 | only poll if scsi_poll was requested | Michael Shalayeff |
2005-11-23 | hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk> | Michael Shalayeff |
2005-11-18 | do not devide by zero | Michael Shalayeff |
2005-09-07 | sync on shutdown | Michael Shalayeff |