summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips/ips_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-15/+10
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Fix argument order in a call to mtx_init.mjacob2009-12-171-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+2
* Separate the hardware definitions into ipsreg.h so they can be used byscottl2005-11-291-0/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-3/+3
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-301-0/+3
* Lock the IPS driver and bring it out from under Giant. Also do somescottl2005-01-281-3/+6
* Add generic support for the recent Adaptec flavors of ServeRAID.scottl2004-03-191-4/+12
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+6
* Switch from using mutexes to using semaphores to protect against earlyscottl2004-02-281-1/+3
* Delay most of the adapter initilization until after interrupts areps2003-09-111-2/+18
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-3/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-4/+1
* Mega busdma API commit.scottl2003-07-011-0/+2
* - Zero the buffers used to hold configuration data from the card. Not doingscottl2003-06-261-6/+22
* Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerscottl2003-05-111-0/+182
OpenPOWER on IntegriCloud