aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-3/+6
* x86: Remove invalid DEVMETHOD methods for leaf devicesJohn Baldwin2024-11-011-4/+0
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-182-20/+0
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-182-5/+5
* x86/pci_early_quirks: Sync Intel 11th+ gen PCI IDs with LinuxVladimir Kondratyev2024-06-262-7/+45
* 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-232-2/+24
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-293-26/+27
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Revert "Revert "tslog: Annotate some early boot functions""Colin Percival2023-06-051-0/+3
* Revert "tslog: Annotate some early boot functions"Colin Percival2023-06-041-3/+0
* tslog: Annotate some early boot functionsColin Percival2023-06-041-0/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* pci: expose intel_graphics_stolen as sysctlCorvin Köhne2023-03-271-0/+8
* x86/pci_early_quirks: Support Intel 11th+ genJean-Sébastien Pédron2023-03-202-0/+121
* 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-062-15/+5
* pci: add missing PCI id of Coffee Lake GPUCorvin Köhne2021-12-171-0/+1
* 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-012-4/+0
* Add pci_early function to detect Intel stolen memory.Konstantin Belousov2018-10-312-0/+766
* 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-272-0/+4
* Enhance qpi.c to make it usable on all Core-microarchitecture Xeons.Konstantin Belousov2017-09-081-15/+27
* Consistently use tabs for indent.Konstantin Belousov2017-09-081-7/+7
* Fix typos. Stop claiming that two children are created.Konstantin Belousov2017-09-061-3/+3
* 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-272-5/+5
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-162-2/+2
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-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-122-3/+55
* - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver.John Baldwin2014-01-212-44/+9
* 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-222-4/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-221-0/+719
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* Each processor socket in a QPI system has a special PCI bus for theJohn Baldwin2010-09-071-13/+45