From 9fac14e51fbda70a693d9001fd1ab05d3560cc98 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Wed, 17 Sep 2003 08:32:44 +0000 Subject: Add pci_resume() to reestablish interrupt routing after suspend/resume. Especially after hibernation, interrupt routing went back to initial status on some machines. --- sys/dev/acpica/acpi_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c index b8bf11e..85b6b1c 100644 --- a/sys/dev/acpica/acpi_pci.c +++ b/sys/dev/acpica/acpi_pci.c @@ -79,7 +79,7 @@ static device_method_t acpi_pci_methods[] = { DEVMETHOD(device_attach, acpi_pci_attach), DEVMETHOD(device_shutdown, bus_generic_shutdown), DEVMETHOD(device_suspend, bus_generic_suspend), - DEVMETHOD(device_resume, bus_generic_resume), + DEVMETHOD(device_resume, pci_resume), /* Bus interface */ DEVMETHOD(bus_print_child, pci_print_child), -- cgit v1.1