summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips.h
Commit message (Expand)AuthorAgeFilesLines
* while (0); -> while (0) in multi-line macrosimp2006-08-171-1/+1
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-291-308/+5
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-251-3/+29
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-301-0/+3
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-281-15/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-301-0/+2
* Fix typo in the device id for the new cards.scottl2004-03-271-1/+1
* Add generic support for the recent Adaptec flavors of ServeRAID.scottl2004-03-191-0/+2
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-281-2/+6
* ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-271-2/+57
* Delay most of the adapter initilization until after interrupts areps2003-09-111-0/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-261-1/+2
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-111-0/+403
OpenPOWER on IntegriCloud