aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/hostb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-3/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* 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
* pci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Remove "All rights reserved" phrase from copyright notes.Stefan Eßer2019-12-041-2/+1
* Add PCI methods to iterate over the PCI capabilitiesBryan Venteicher2018-02-191-0/+27
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Revert previous change. The magical constants can't be changedMarcel Moolenaar2015-06-061-1/+1
* Don't return -10000 as the probe priority. That's lower than whatMarcel Moolenaar2015-06-061-1/+1
* Expand the set of APIs available for locating PCI capabilities:John Baldwin2012-03-031-0/+18
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Move the hostb driver out of the i386 and amd64 PCI code (where it wasJohn Baldwin2005-12-201-0/+249