summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_pci.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-3/+3
* Add crashdump support to the ips driver. It only works for the more modernScott Long2005-01-301-0/+3
* Lock the IPS driver and bring it out from under Giant. Also do someScott Long2005-01-281-3/+6
* Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long2004-03-191-4/+12
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+6
* Switch from using mutexes to using semaphores to protect against earlyScott Long2004-02-281-1/+3
* Delay most of the adapter initilization until after interrupts arePaul Saab2003-09-111-2/+18
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-4/+1
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* - Zero the buffers used to hold configuration data from the card. Not doingScott Long2003-06-261-6/+22
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long2003-05-111-0/+182