aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.h
Commit message (Expand)AuthorAgeFilesLines
* - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin2014-11-131-9/+7
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-291-308/+5
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-251-3/+29
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Add crashdump support to the ips driver. It only works for the more modernScott Long2005-01-301-0/+3
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-15/+9
* 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