From owner-freebsd-current@FreeBSD.ORG Fri Feb 23 20:21:52 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C87816A400 for ; Fri, 23 Feb 2007 20:21:52 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 26BF713C467 for ; Fri, 23 Feb 2007 20:21:52 +0000 (UTC) (envelope-from piso@newluxor.wired.org) Received: from newluxor.wired.org (ip-91-186.sn1.eutelia.it [62.94.91.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id 61F9311AE43; Fri, 23 Feb 2007 21:21:48 +0100 (CET) Received: (from piso@localhost) by newluxor.wired.org (8.13.8/8.13.8/Submit) id l1NKLgc1004327; Fri, 23 Feb 2007 21:21:42 +0100 (CET) (envelope-from piso) Date: Fri, 23 Feb 2007 21:21:37 +0100 From: Paolo Pisati To: Lukas Ertl Message-ID: <20070223202137.GA4279@tin.it> References: <20070223184049.5C4C345055@ptavv.es.net> <45DF3C79.1050303@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45DF3C79.1050303@freebsd.org> User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: current@freebsd.org Subject: Re: Update of newbus API broke system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 20:21:52 -0000 On Fri, Feb 23, 2007 at 08:11:53PM +0100, Lukas Ertl wrote: > Kevin Oberman wrote: > > My current system will no longer boot. cvsup today at about 17:30 UTC > > and the new kernel crashes connecting the fdc during the boot > > operation. Looks like the change to the newbus API broke it. > > I'm having similar problems here (on a ThinkPad T42p). > > I'm loading if_ath and if_em at boot time, and when I plug in my ath0 > cardbus card, the kernel panics with a NULL pointer dereference similar > to yours. > > If I don't load if_em, or don't plug in the Atheros card, everything > seems to work fine. > > Looks to me like a problem with interrupt sharing, since both cbb0 and > em0 are getting attached to irq4. should be fixed by now, jhb commited a fix, check for rev. 1.24 of src/sys/i386/i386/intr_machdep.c. Sorry for the noise. Pointy hat to: piso bye, P.