summaryrefslogtreecommitdiff
path: root/sys/dev/ips
Commit message (Expand)AuthorAgeFilesLines
* MFC: Rev. 1.8Martin Blapp2004-01-061-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