diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 01:01:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-20 01:01:08 +0000 |
commit | 1b847e9435770bb5dabe4e256d4bb0e1bac9a18b (patch) | |
tree | 0f09dfec2964b8a2b6eae5079d2382f55c2918b6 /sys/dev/isa/if_ie.c | |
parent | 77cf6d7355e8886cf3553bb8b9d5279c6bde8fbf (diff) |
Fix back wrong patches.
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 1c914aab50e..033d71b7bf3 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.5 1996/03/19 21:10:21 mickey Exp $ */ +/* $OpenBSD: if_ie.c,v 1.6 1996/03/20 01:00:52 mickey Exp $ */ /* $NetBSD: if_ie.c,v 1.45 1995/12/24 02:31:33 mycroft Exp $ */ /*- @@ -778,7 +778,7 @@ ieattach(parent, self, aux) #endif sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_NET, ieintr, - sc); + sc, sc->sc_dev.dv_xname); } /* |