cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h

Andrea Campi andrea at webcom.it
Wed Jun 25 06:29:47 PDT 2003


On Wed, Jun 25, 2003 at 11:14:17AM +0200, Andrea Campi wrote:
> Yes, I still had trouble with 1.78; I initially had the problem with a kernel
> compiled from sources cvsup'ed on Jun 20 and then Jun 24, that's why I started
> tracking it down.

I can confirm that HEAD is not working for me, and applying this patch fixes it.


--- pccbb.c.orig	Thu Jun 12 05:37:28 2003
+++ pccbb.c	Wed Jun 25 02:05:28 2003
@@ -730,8 +730,8 @@
 		goto err;
 	}
 
-	if (bus_setup_intr(brdev, sc->irq_res, INTR_TYPE_AV | INTR_MPSAFE,
-	    cbb_intr, sc, &sc->intrhand)) {
+	if (bus_setup_intr(brdev, sc->irq_res, INTR_TYPE_AV, cbb_intr, sc,
+	    &sc->intrhand)) {
 		device_printf(brdev, "couldn't establish interrupt");
 		goto err;
 	}


The rest of my original patch makes no difference.


Bye,
	Andrea

-- 
              The best things in life are free, but the
                expensive ones are still worth a look.


More information about the cvs-all mailing list