aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/pci/pci_bus.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove invalid DEVMETHOD methods for leaf devicesJohn Baldwin2024-11-301-4/+0
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2024-01-181-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-2/+2
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-3/+3
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-4/+4
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-3/+35
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.John Baldwin2014-01-211-2/+2
* Trim stray blank line.John Baldwin2012-04-111-1/+0
* Move the legacy(4) driver to x86.John Baldwin2012-03-301-1/+1
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIJohn Baldwin2012-03-291-3/+19
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-221-0/+719