fix kldloading of pci driver modules after boot on sparc64... since

we weren't using the pci module, we weren't restoring the pci state...

Submitted by:	imp
MFC after:	5 days
This commit is contained in:
John-Mark Gurney 2005-03-23 18:16:26 +00:00
parent 73267c1118
commit f7f47552ef

View file

@ -83,7 +83,7 @@ static device_method_t ofw_pcibus_methods[] = {
DEVMETHOD(bus_probe_nomatch, pci_probe_nomatch),
DEVMETHOD(bus_read_ivar, pci_read_ivar),
DEVMETHOD(bus_write_ivar, pci_write_ivar),
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
DEVMETHOD(bus_driver_added, pci_driver_added),
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),