diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:23:33 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:23:33 +0000 |
commit | 81f18b87b3bfcec79189c926e7aac1de76ac8b5d (patch) | |
tree | f7882136377ddc72bc6ff3932b688967cbcef032 /sys/dev | |
parent | 7821f17fddb4a6d07986dcec35b5853ba97a0d1b (diff) |
Initialize hwreset.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/if_le_isa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_le_isa.c b/sys/dev/isa/if_le_isa.c index 1811bffc584..83661685210 100644 --- a/sys/dev/isa/if_le_isa.c +++ b/sys/dev/isa/if_le_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_isa.c,v 1.7 1997/07/06 18:08:31 niklas Exp $ */ +/* $OpenBSD: if_le_isa.c,v 1.8 1997/08/08 08:23:32 downsj Exp $ */ /* $NetBSD: if_le_isa.c,v 1.2 1996/05/12 23:52:56 mycroft Exp $ */ /*- @@ -351,6 +351,7 @@ le_isa_attach(parent, self, aux) sc->sc_rdcsr = le_isa_rdcsr; sc->sc_wrcsr = le_isa_wrcsr; + sc->sc_hwreset = NULL; sc->sc_hwinit = NULL; printf("%s", sc->sc_dev.dv_xname); |