summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/ciss.c
Commit message (Expand)AuthorAgeFilesLines
* Add some PCI device ID's from HPps2003-02-181-0/+4
* Properly get the drive geometry from the controller. This shouldps2003-02-051-10/+92
* Close a memory leak when rescanning the bus.ps2003-02-051-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-271-0/+1
* Fix a warning when CISS_DEBUG is defined.mux2002-10-271-1/+1
* Add a missing destroy_dev().mux2002-10-261-0/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* - Set the maximum number of device transactions to what the driverps2002-04-291-7/+73
* Fix the I/O performance issues with the ciss driver where CAM was limitingps2002-04-111-1/+2
* Fix warning; line 1640: ciss_abort_request defined but not used.peter2001-12-181-0/+4
* Catch up with the proc -> d_thread_t change.msmith2001-12-021-4/+4
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofmsmith2001-11-271-0/+3368
OpenPOWER on IntegriCloud