From 169c29d1b708c51bbae3f546e0adfe0d433b5b7b Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 19 Mar 1996 21:10:57 +0000 Subject: Merging w/ NetBSD 021796. speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). --- sys/dev/isa/boca.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/boca.c') diff --git a/sys/dev/isa/boca.c b/sys/dev/isa/boca.c index 9b329add9ce..9fba3185250 100644 --- a/sys/dev/isa/boca.c +++ b/sys/dev/isa/boca.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boca.c,v 1.4 1996/03/08 16:42:49 niklas Exp $ */ +/* $OpenBSD: boca.c,v 1.5 1996/03/19 21:10:07 mickey Exp $ */ /* $NetBSD: boca.c,v 1.6 1995/12/24 02:31:11 mycroft Exp $ */ /* @@ -136,7 +136,7 @@ bocaattach(parent, self, aux) } sc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_TTY, bocaintr, - sc, sc->sc_dev.dv_xname); + sc); } int -- cgit v1.2.3