From 583fcf1070d55ddcf8c7a9561385a8e8ff0c53e0 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 17 Feb 2003 21:20:35 +0000 Subject: 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 --- sys/dev/acpica/acpi_pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/acpica') 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), -- cgit v1.1