summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long2005-04-261-1/+4
* Add crashdump support to the ips driver. It only works for the more modernScott Long2005-01-301-14/+37
* Remove all of the spl() markers.Scott Long2005-01-281-27/+0
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-90/+56
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-3/+3
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-301-4/+6
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-17/+25
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Remove the static major assignment for ips(4).Scott Long2004-02-141-2/+0
* Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp2004-02-141-5/+5
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp2003-11-271-2/+64
* Use __FBSDID().David E. O'Brien2003-08-241-4/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm2003-06-271-1/+1
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-261-2/+8
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+697