summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-211-1/+1
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-291-0/+1
* Overhaul error handling in the IPS driver. Don't use a magic value forscottl2005-09-251-3/+3
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-301-1/+133
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-281-3/+3
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-281-2/+8
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-14/+17
* Add an off_t cast to prevent overflow on media size. This shouldnjl2003-09-221-1/+1
* Use __FBSDID().obrien2003-08-241-4/+3
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-271-2/+2
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-111-0/+162
OpenPOWER on IntegriCloud