From owner-cvs-src@FreeBSD.ORG Wed Jun 25 06:29:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE3E37B401; Wed, 25 Jun 2003 06:29:46 -0700 (PDT) Received: from brian.webcom.it (brianlap.inet.it [213.92.1.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60324400F; Wed, 25 Jun 2003 06:29:45 -0700 (PDT) (envelope-from andrea@webcom.it) Received: by brian.webcom.it (Postfix, from userid 1000) id 7FBC614; Wed, 25 Jun 2003 15:29:44 +0200 (CEST) Date: Wed, 25 Jun 2003 15:29:44 +0200 From: Andrea Campi To: Nate Lawson Message-ID: <20030625132944.GA641@webcom.it> References: <200306120337.h5C3bSmB075154@repoman.freebsd.org> <20030625001613.GA636@webcom.it> <20030624231534.K71390@root.org> <20030625091417.GA656@webcom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030625091417.GA656@webcom.it> X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Warner Losh cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 13:29:47 -0000 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.