aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips
Commit message (Expand)AuthorAgeFilesLines
...
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-15/+18
* Remove the static major assignment for ips(4).Scott Long2004-02-141-2/+0
* Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp2004-02-141-5/+5
* Fixed a memory leak.Ruslan Ermilov2004-01-181-0/+1
* 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-273-4/+211
* Eliminate reporting of bio_blkno.Poul-Henning Kamp2003-10-181-2/+2
* Add an off_t cast to prevent overflow on media size. This shouldNate Lawson2003-09-221-1/+1
* Delay most of the adapter initilization until after interrupts arePaul Saab2003-09-112-2/+19
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Use __FBSDID().David E. O'Brien2003-08-245-18/+16
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-4/+1
* Mega busdma API commit.Scott Long2003-07-014-0/+16
* Fix pointer/int warnings so this compiles on amd64. The driver wantsPeter Wemm2003-06-273-4/+4
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-264-15/+38
* Fix indentationPoul-Henning Kamp2003-05-311-12/+13
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-118-0/+2364