diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-06 20:53:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-06 20:53:04 +0000 |
commit | 63fbed82d279556a12545b0450cba696bbe74d53 (patch) | |
tree | febe3fa88ea5a308c2a745b7097cd318e05877d2 /sys | |
parent | 85674180ac0b414993bec634994ea51b28390306 (diff) |
make it comple w/ ED_DEBUG
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index af7521351b5..4d0a8bc2396 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ed.c,v 1.32 1997/08/20 03:46:31 millert Exp $ */ +/* $OpenBSD: if_ed.c,v 1.33 1997/10/06 20:53:03 mickey Exp $ */ /* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */ /* @@ -2329,7 +2329,7 @@ edintr(arg) #ifdef ED_DEBUG printf("%s: receive error %x\n", sc->sc_dev.dv_xname, - NIC_GET(nicbase, ED_P0_RSR)); + NIC_GET(iot,ioh,nicbase,ED_P0_RSR)); #endif } |