aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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