diff options
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_le_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/if_le_pci.c b/sys/dev/pci/if_le_pci.c index bd59f08d385..6c7c9512959 100644 --- a/sys/dev/pci/if_le_pci.c +++ b/sys/dev/pci/if_le_pci.c @@ -210,6 +210,7 @@ le_pci_attach(parent, self, aux) sc->sc_rdcsr = le_pci_rdcsr; sc->sc_wrcsr = le_pci_wrcsr; + sc->sc_hwreset = NULL; sc->sc_hwinit = NULL; printf("%s", sc->sc_dev.dv_xname); |