1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144033

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),