summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/cissvar.h
Commit message (Expand)AuthorAgeFilesLines
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-0/+1
* Satisfy the intent of kern/151564: [ciss] ciss(4) should increasesbruno2013-01-151-1/+4
* Increase the driver-side limit on the number of logical volumes thatpeter2012-10-251-1/+1
* Several changes to fix livelock under high load, introduced by r203489:mav2010-03-031-1/+2
* Sync driver with Yahoo:scottl2009-09-161-24/+10
* Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller mightscottl2009-09-161-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andscottl2009-07-131-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* A number of significant enhancements to the ciss driver:scottl2008-07-111-57/+51
* MPSAFE ciss driverscottl2007-05-011-1/+2
* Provide a way to soft reset a proxy controller such as an MSA20 orps2005-04-191-0/+2
* Add SCSI passthrough support to CISS. This allows devices like tape drivesscottl2004-06-211-0/+19
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-161-14/+18
* Whitespace cleanup.ps2004-04-161-5/+5
* Properly get the drive geometry from the controller. This shouldps2003-02-051-0/+1
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-271-4/+4
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Catch up with the proc -> d_thread_t change.msmith2001-12-021-1/+9
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-271-0/+375
OpenPOWER on IntegriCloud