diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:26:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:26:32 +0000 |
commit | b768c02b33883f2d59cb81bbc67924b469cee447 (patch) | |
tree | dd90552fc611bd21a9226c7254d3d38edd8d1a73 /sys/arch/hp300 | |
parent | 79a3cef12b4a3666e80c5a87b0f1af29b1a40cea (diff) |
Initialize hwreset.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/if_le.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/if_le.c b/sys/arch/hp300/dev/if_le.c index 2901aa4045b..ac278f5087c 100644 --- a/sys/arch/hp300/dev/if_le.c +++ b/sys/arch/hp300/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.10 1997/07/06 08:01:54 downsj Exp $ */ +/* $OpenBSD: if_le.c,v 1.11 1997/08/08 08:26:31 downsj Exp $ */ /* $NetBSD: if_le.c,v 1.43 1997/05/05 21:05:32 thorpej Exp $ */ /*- @@ -193,6 +193,7 @@ leattach(parent, self, aux) sc->sc_rdcsr = lerdcsr; sc->sc_wrcsr = lewrcsr; + sc->sc_hwreset = NULL; sc->sc_hwinit = NULL; am7990_config(sc); |