summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/ciss.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-161-124/+435
* Whitespace cleanup.ps2004-04-161-48/+46
* Don't allow the driver to be unloaded if the device node is open.ps2004-04-141-1/+4
* Do not catch signals when waiting for a request. This fixes a nastyps2004-04-141-14/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fixed a memory leak.ru2004-01-181-0/+1
* White space cleanupps2003-12-131-70/+66
* Define RAID 5+1 and RAID ADG fault tolerancesps2003-12-081-0/+4
* Add PCID for 6i controllerps2003-11-071-0/+1
* Print the correct logical drive lun number returned by the controller.ps2003-10-151-1/+2
* Quiet down boot verbose and allow commands to be submitted to a targetps2003-09-081-2/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Support EINPROGRESS and properly deal with 64bit physical addressing.ps2003-08-121-24/+59
* Check the status of the user command and return the proper errorps2003-07-121-2/+10
* Quiet down ciss unless bootverbose is set.ps2003-07-121-4/+4
* Mega busdma API commit.scottl2003-07-011-0/+3
* Give the correct size for the command map to busdma.ps2003-06-261-1/+1
* Fix off-by-one error in drive number check.phk2003-05-311-3/+3
* Make ciss usable under PAEps2003-05-211-1/+7
* Add support for the HP Smart Array 6400 EMps2003-04-031-3/+4
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+5
* Put cdevsw initialization on canonical format.phk2003-03-021-3/+14
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* 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