mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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:
parent
73267c1118
commit
f7f47552ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue