diff options
Diffstat (limited to 'sys/dev/isa/if_el.c')
-rw-r--r-- | sys/dev/isa/if_el.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/if_el.c b/sys/dev/isa/if_el.c index 155568bab91..b7f889b7c22 100644 --- a/sys/dev/isa/if_el.c +++ b/sys/dev/isa/if_el.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_el.c,v 1.5 1996/03/19 21:10:17 mickey Exp $ */ +/* $OpenBSD: if_el.c,v 1.6 1996/03/20 01:00:48 mickey Exp $ */ /* $NetBSD: if_el.c,v 1.34 1995/12/24 02:31:25 mycroft Exp $ */ /* @@ -207,7 +207,7 @@ elattach(parent, self, aux) #endif sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_NET, elintr, - sc); + sc, sc->sc_dev.dv_xname); dprintf(("elattach() finished.\n")); } |