index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpi_pci.h
Age
Commit message (
Expand
)
Author
2022-10-14
Add a PCI resource manager and use it on Arm ACPI platforms.
jmcneill
2020-05-08
expose acpi_pcidev_pciroot_bus
jmcneill
2020-01-17
Add support for Arm N1 SDP PCIe host controller.
jmcneill
2018-10-21
Add a function to report whether the operating system may ignore the boot
jmcneill
2018-10-15
Add a function to find a PCI root bridge by segment and bus number.
jmcneill
2010-12-31
acpi_pcidev_find_dev(): take struct acpi_devnode as a parameter.
jruoho
2010-12-31
Move the function that finds a device_t for the corresponding ACPI device
jruoho
2010-04-23
Simplify acpi_pcidev_find(): directly return a pointer to the device node.
jruoho
2010-04-22
Some pretty printing for ACPIVERBOSE.
jruoho
2010-04-22
From Gregoire Sutre: rework the ACPI PCI support. This makes ACPI to
jruoho
2010-03-05
Protect all header files against multiple inclusions.
jruoho
2009-12-04
Fix NetBSD keyword expansion.
njoly
2009-12-03
Enumerate ACPI PCI devices. Allows to link PCI with ACPI devices.
cegger