aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/pci/pci_bus.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-181-11/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-3/+3
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-5/+4
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-9/+8
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-3/+3
* x86: Use pci_domain_[de]activate_bus for PCI_RES_BUS resourcesJohn Baldwin2024-01-231-1/+21
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-2/+2
* 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
* Add NO_LEGACY_PCIB kernel option to i386, amd64Colin Percival2022-10-181-0/+2
* x86: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-9/+3
* Fix "set but not used" in the x86 pci driver.Scott Long2021-12-051-2/+0
* 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