aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_disk.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-2/+8
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-14/+17
* Add an off_t cast to prevent overflow on media size. This shouldNate Lawson2003-09-221-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-4/+3
* Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm2003-06-271-2/+2
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+162