diff options
author | 1996-03-19 21:09:06 +0000 | |
---|---|---|
committer | 1996-03-19 21:09:06 +0000 | |
commit | f2d5a2e3b23957d1439f5602b921c081c44a11f3 (patch) | |
tree | f62a2552be33640db192b7b84f501b8d038bb937 /sys/dev/isa/if_ed.c | |
parent | Missed from last import. (diff) | |
download | wireguard-openbsd-f2d5a2e3b23957d1439f5602b921c081c44a11f3.tar.xz wireguard-openbsd-f2d5a2e3b23957d1439f5602b921c081c44a11f3.zip |
Merging w/ NetBSD 021796.
speaker upgraded to the current.
some changes to the VM stuff (ie kern_thread.c added and so).
Diffstat (limited to 'sys/dev/isa/if_ed.c')
-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 8871d539682..ed710f3c626 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.6 1996/03/08 16:42:59 niklas Exp $ */ +/* $OpenBSD: if_ed.c,v 1.7 1996/03/19 21:10:14 mickey Exp $ */ /* $NetBSD: if_ed.c,v 1.87 1996/01/10 16:49:25 chuck Exp $ */ /* @@ -1265,7 +1265,7 @@ edattach(parent, self, aux) #endif sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_NET, edintr, - sc, sc->sc_dev.dv_xname); + sc); sc->sc_sh = shutdownhook_establish((void (*)(void *))edstop, sc); } |