summaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* Make ciss usable under PAEPaul Saab2003-05-211-1/+7
* Add support for the HP Smart Array 6400 EMPaul Saab2003-04-031-3/+4
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+5
* Put cdevsw initialization on canonical format.Poul-Henning Kamp2003-03-021-3/+14
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Add some PCI device ID's from HPPaul Saab2003-02-181-0/+4
* Properly get the drive geometry from the controller. This shouldPaul Saab2003-02-053-10/+108
* Close a memory leak when rescanning the bus.Paul Saab2003-02-051-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix a bunch of warnings on 64 bit platforms in theMaxime Henrion2002-10-272-4/+5
* Fix a warning when CISS_DEBUG is defined.Maxime Henrion2002-10-271-1/+1
* Add a missing destroy_dev().Maxime Henrion2002-10-261-0/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* use __packed.Alfred Perlstein2002-09-231-28/+28
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-13/+13
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* - Set the maximum number of device transactions to what the driverPaul Saab2002-04-291-7/+73
* Fix the I/O performance issues with the ciss driver where CAM was limitingPaul Saab2002-04-111-1/+2
* Fix warning; line 1640: ciss_abort_request defined but not used.Peter Wemm2001-12-181-0/+4
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Catch up with the proc -> d_thread_t change.Mike Smith2001-12-022-5/+13
* Add the 'ciss' driver, which supports the Compaq SmartRAID 5* family ofMike Smith2001-11-274-0/+4616