aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-291-0/+1
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-251-3/+6
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-4/+10
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-301-6/+6
* Use __FBSDID().David E. O'Brien2003-08-241-4/+4
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Fix indentationPoul-Henning Kamp2003-05-311-12/+13
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+157