summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-17 21:20:35 +0000
committerimp <imp@FreeBSD.org>2003-02-17 21:20:35 +0000
commit583fcf1070d55ddcf8c7a9561385a8e8ff0c53e0 (patch)
tree4f68d03a384b1cde118e6478644bb9e14b4ab201 /sys/dev/acpica
parent80e27851f2afb65a95c749d65636a67daacc2309 (diff)
downloadFreeBSD-src-583fcf1070d55ddcf8c7a9561385a8e8ff0c53e0.zip
FreeBSD-src-583fcf1070d55ddcf8c7a9561385a8e8ff0c53e0.tar.gz
Move the pnp and location info into the common pci bus. Make all known
pci busses implement this. Also minor comment smithing in cardbus. Fix copyright to this year with my name on it since I've been doing a lot to this file. Reviewed by: jhb
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c
index 077f6be..2448b62 100644
--- a/sys/dev/acpica/acpi_pci.c
+++ b/sys/dev/acpica/acpi_pci.c
@@ -98,6 +98,8 @@ static device_method_t acpi_pci_methods[] = {
DEVMETHOD(bus_release_resource, bus_generic_rl_release_resource),
DEVMETHOD(bus_activate_resource, bus_generic_activate_resource),
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
+ DEVMETHOD(bus_child_pnpinfo_str, pci_child_pnpinfo_str_method),
+ DEVMETHOD(bus_child_location_str, pci_child_location_str_method),
/* PCI interface */
DEVMETHOD(pci_read_config, pci_read_config_method),
OpenPOWER on IntegriCloud