summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_mcfg.c
AgeCommit message (Expand)Author
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-02-27acpi: Nix conditional pci_get_segment use.riastradh
2021-08-07acpi: expose acpimcfg_configure_bus_cbjmcneill
2021-01-26Trailing whitespaceskrll
2021-01-26KNFskrll
2020-12-06Fix typo in commentjmcneill
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-04-13Work around a compiler issue when building on aarch64 with KUBSAN.jmcneill
2020-02-02Add acpimcfg_conf_valid helper for pcie controllers with nonstandardjmcneill
2019-10-14The MCFG base address field is the physical address of the base of mmiojmcneill
2018-12-20An ACPI MCFG allocation with start bus number = end bus number is valid,jmcneill
2018-12-08acpimcfg_configure_bus_cb can support 16-bit addresses nowjmcneill
2018-12-03Define macro before using it. This macro is used as a compile timecherry
2018-11-02Do not ignore non-zero segment numbers in MCFG if __HAVE_PCI_GET_SEGMENTjmcneill
2018-11-02Add support for multiple PCI segments.jmcneill
2018-10-19Fix table offset when walking MCFG allocation subtablesjmcneill
2018-10-17Allow access to PCI configuration space for devices without extendedjmcneill
2018-10-15Fix signature for acpimcfg_configure_bus in non-PCI_NETBSD_CONFIGURE casejmcneill
2018-10-15Add acpimcfg_configure_bus, which can be used by MD code to implementjmcneill
2018-10-13acpimcfg_scan_bus: Assign the pci_softc's sc_pc to the passed in PCIjmcneill
2018-04-06Change the iteration, to make sure the ACPI_MCFG_ALLOCATION structure we'remaxv
2018-02-28- Add new PCI quirk PCI_QUIRK_HASEXTCNF and PCI_QUIRK_NOEXTCNF. Some devices'msaitoh
2016-07-12According to "PCI Express Base Specification Revision 3.0" fromhannken
2016-07-12On an Intel E7520 temporarily disable Enhanced Config Access errorhannken
2015-10-11add missing debugging attributeschristos
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh