aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-181-2/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-3/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-2/+2
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-5/+5
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-131-0/+1
* pcib: Add helper routines for [de]activating PCI_RES_BUS resourcesJohn Baldwin2024-01-231-0/+32
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-9/+9
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-4/+4
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-8/+8
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+99
* Fix a typo.John Baldwin2014-02-051-1/+1
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-151-1/+156
* Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver toJohn Baldwin2011-06-241-0/+130