summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips.c
Commit message (Expand)AuthorAgeFilesLines
* o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.maxim2006-10-051-1/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-291-1/+2
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-251-3/+3
* Remove an extra mutex unlock in the morpheus interrupt handler.scottl2005-04-261-1/+4
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-301-14/+37
* Remove all of the spl() markers.scottl2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-281-90/+56
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-301-4/+6
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-281-17/+25
* Device megapatch 4/6:phk2004-02-211-0/+2
* Remove the static major assignment for ips(4).scottl2004-02-141-2/+0
* Use same style for cdevsw as the rest of our drivers.phk2004-02-141-5/+5
* Fixed a memory leak.ru2004-01-181-0/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-271-2/+64
* Use __FBSDID().obrien2003-08-241-4/+3
* Mega busdma API commit.scottl2003-07-011-0/+6
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-271-1/+1
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-261-2/+8
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-111-0/+697
OpenPOWER on IntegriCloud