aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-291-0/+1
* Fix build.Gleb Smirnoff2005-09-271-1/+1
* Report status in hex, not decimal.Scott Long2005-09-271-1/+1
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-251-61/+61
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-119/+65
* Change the return value of sema_timedwait() so it returns 0 onJohn Polstra2004-06-141-3/+3
* Use a unique malloc type rather than M_DEVBUF.Scott Long2004-05-301-21/+21
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-30/+23
* The reset_type should not be 0x80, it should be set to zero.Martin Blapp2004-01-011-1/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp2003-11-271-0/+90
* Eliminate reporting of bio_blkno.Poul-Henning Kamp2003-10-181-2/+2
* 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-6/+6
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+636