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/ast.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/ast.c')
-rw-r--r-- | sys/dev/isa/ast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c index 7647e77cdf3..646b51790e5 100644 --- a/sys/dev/isa/ast.c +++ b/sys/dev/isa/ast.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ast.c,v 1.4 1996/03/08 16:42:48 niklas Exp $ */ +/* $OpenBSD: ast.c,v 1.5 1996/03/19 21:10:06 mickey Exp $ */ /* $NetBSD: ast.c,v 1.18 1995/06/26 04:08:04 cgd Exp $ */ /* @@ -141,7 +141,7 @@ astattach(parent, self, aux) } sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_TTY, astintr, - sc, sc->sc_dev.dv_xname); + sc); } int |