aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ips: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin2014-11-131-17/+5
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-15/+10
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Fix argument order in a call to mtx_init.Matt Jacob2009-12-171-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Separate the hardware definitions into ipsreg.h so they can be used byScott Long2005-11-291-0/+4
* 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