aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
...
* Reset the update flag when scanning for new devices.Paul Saab2004-06-221-0/+1
* Use the maximum physical bus when rescanning those targets. ThisPaul Saab2004-06-221-1/+1
* on media exchange, update/rescan the drives. This allows a volumePaul Saab2004-06-211-0/+4
* There is no need to call ciss_media_accept async anymore since allPaul Saab2004-06-211-42/+16
* Add SCSI passthrough support to CISS. This allows devices like tape drivesScott Long2004-06-213-22/+286
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* If a device is not ONLINE, do not attempt to submit any commandsPaul Saab2004-06-151-23/+4
* Document the 64bit version of blocks_to_recover for logical drive status.Paul Saab2004-06-051-0/+2
* Add pci id's for the SmartArray 6422 and V100 controllers. AlsoPaul Saab2004-06-051-0/+17
* Update logical drive structurePaul Saab2004-06-041-3/+5
* Define another HOTPLUG event.Paul Saab2004-05-281-0/+1
* Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X basedPaul Saab2004-05-172-2/+12
* make this compile/work with CISS_DEBUG defined.Paul Saab2004-04-261-8/+10
* define some new fields in the physical drive structure and pad thePaul Saab2004-04-221-0/+3
* There's no need to call ciss_report_request in the passthru ioctlPaul Saab2004-04-191-3/+1
* Report only new new events when initially attaching to the controller.Paul Saab2004-04-191-1/+4
* move the cleanup of the control device into ciss_free and add somePaul Saab2004-04-181-2/+10
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.Paul Saab2004-04-163-138/+462
* Whitespace cleanup.Paul Saab2004-04-163-69/+67
* Don't allow the driver to be unloaded if the device node is open.Paul Saab2004-04-141-1/+4
* Do not catch signals when waiting for a request. This fixes a nastyPaul Saab2004-04-141-14/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* White space cleanupPaul Saab2003-12-131-70/+66
* Correct the READ/WRITE CDB direction definition.Paul Saab2003-12-081-2/+2
* Define RAID 5+1 and RAID ADG fault tolerancesPaul Saab2003-12-082-0/+6
* Add PCID for 6i controllerPaul Saab2003-11-071-0/+1
* Print the correct logical drive lun number returned by the controller.Paul Saab2003-10-151-1/+2
* Quiet down boot verbose and allow commands to be submitted to a targetPaul Saab2003-09-081-2/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Support EINPROGRESS and properly deal with 64bit physical addressing.Paul Saab2003-08-121-24/+59
* Check the status of the user command and return the proper errorPaul Saab2003-07-121-2/+10
* Quiet down ciss unless bootverbose is set.Paul Saab2003-07-121-4/+4
* Mega busdma API commit.Scott Long2003-07-011-0/+3
* Give the correct size for the command map to busdma.Paul Saab2003-06-261-1/+1
* Fix off-by-one error in drive number check.Poul-Henning Kamp2003-05-311-3/+3
* 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