diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:24:52 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:24:52 +0000 |
commit | 79a3cef12b4a3666e80c5a87b0f1af29b1a40cea (patch) | |
tree | cc4fca1445594861a09b744d385099cf483cc912 | |
parent | 81f18b87b3bfcec79189c926e7aac1de76ac8b5d (diff) |
Initialize hwreset.
-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); |