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/aha284x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/isa/aha284x.c') diff --git a/sys/dev/isa/aha284x.c b/sys/dev/isa/aha284x.c index 749f87840e0..91824287421 100644 --- a/sys/dev/isa/aha284x.c +++ b/sys/dev/isa/aha284x.c @@ -180,7 +180,7 @@ ahe_attach(parent, self, aux) isa_establish(&ahc->sc_id, &ahc->sc_dev); #endif ahc->sc_ih = isa_intr_establish(ia->ia_irq, IST_EDGE, IPL_BIO, - ahcintr, ahc, ahc->sc_dev.dv_xname); + ahcintr, ahc); /* * attach the devices on the bus -- cgit v1.2.3