aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_pcibvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-0/+2
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-2/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-0/+2
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-271-1/+1
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). ThisJohn Baldwin2010-08-171-0/+2
* - Retire acpi_pcib_resume(). It is has just been an alias forJohn Baldwin2010-08-051-1/+2
* Protect against multiple includes and use _KERNEL to protect the PCI fns.Nate Lawson2005-02-281-1/+3
* - Remove some no longer used constants.John Baldwin2004-11-231-8/+3
* Rework the ACPI PCI link code.John Baldwin2004-11-231-31/+5
* Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach wasNate Lawson2004-08-111-4/+35
* Add code for ACPI PCI link object manipulation.Mitsuru IWASAKI2002-10-051-0/+4
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-261-0/+37