summaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_pci.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06ips: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-11-13- Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.John Baldwin
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2012-03-12Convert a number of drivers to obtaining their parent DMA tag from theirScott Long
2009-12-17Fix argument order in a call to mtx_init.Matt Jacob
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2005-11-29Separate the hardware definitions into ipsreg.h so they can be used byScott Long
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-30Add crashdump support to the ips driver. It only works for the more modernScott Long
2005-01-28Lock the IPS driver and bring it out from under Giant. Also do someScott Long
2004-03-19Add generic support for the recent Adaptec flavors of ServeRAID.Scott Long
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-28Switch from using mutexes to using semaphores to protect against earlyScott Long
2003-09-11Delay most of the adapter initilization until after interrupts arePaul Saab
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-07-02- Use the new resource_disabled() helper function to see if devices areJohn Baldwin
2003-07-01Mega busdma API commit.Scott Long
2003-06-26- Zero the buffers used to hold configuration data from the card. Not doingScott Long
2003-05-11Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controllerScott Long