aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.h
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-301-0/+2
* Fix typo in the device id for the new cards.Scott Long2004-03-271-1/+1
* Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long2004-03-191-0/+2
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-2/+6
* ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp2003-11-271-2/+57
* Delay most of the adapter initilization until after interrupts arePaul Saab2003-09-111-0/+1
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-261-1/+2
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+403