Date: Wed, 25 Jun 2003 15:29:44 +0200 From: Andrea Campi <andrea@webcom.it> To: Nate Lawson <nate@root.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h Message-ID: <20030625132944.GA641@webcom.it> In-Reply-To: <20030625091417.GA656@webcom.it> References: <200306120337.h5C3bSmB075154@repoman.freebsd.org> <20030625001613.GA636@webcom.it> <20030624231534.K71390@root.org> <20030625091417.GA656@webcom.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030625132944.GA641>
