summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_pci.h
AgeCommit message (Expand)Author
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2020-05-08expose acpi_pcidev_pciroot_busjmcneill
2020-01-17Add support for Arm N1 SDP PCIe host controller.jmcneill
2018-10-21Add a function to report whether the operating system may ignore the bootjmcneill
2018-10-15Add a function to find a PCI root bridge by segment and bus number.jmcneill
2010-12-31acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.jruoho
2010-12-31Move the function that finds a device_t for the corresponding ACPI devicejruoho
2010-04-23Simplify acpi_pcidev_find(): directly return a pointer to the device node.jruoho
2010-04-22Some pretty printing for ACPIVERBOSE.jruoho
2010-04-22From Gregoire Sutre: rework the ACPI PCI support. This makes ACPI tojruoho
2010-03-05Protect all header files against multiple inclusions.jruoho
2009-12-04Fix NetBSD keyword expansion.njoly
2009-12-03Enumerate ACPI PCI devices. Allows to link PCI with ACPI devices.cegger