summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-291-0/+1
* Fix build.glebius2005-09-271-1/+1
* Report status in hex, not decimal.scottl2005-09-271-1/+1
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-251-61/+61
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-281-119/+65
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-3/+3
* Use a unique malloc type rather than M_DEVBUF.scottl2004-05-301-21/+21
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-281-30/+23
* The reset_type should not be 0x80, it should be set to zero.mbr2004-01-011-1/+1
* ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-271-0/+90
* Eliminate reporting of bio_blkno.phk2003-10-181-2/+2
* 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-6/+6
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-111-0/+636
OpenPOWER on IntegriCloud