From owner-freebsd-current@FreeBSD.ORG Fri Feb 23 19:23:24 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 303ED16A404 for ; Fri, 23 Feb 2007 19:23:24 +0000 (UTC) (envelope-from le@freebsd.org) Received: from grace.univie.ac.at (grace.univie.ac.at [131.130.3.115]) by mx1.freebsd.org (Postfix) with ESMTP id E615F13C481 for ; Fri, 23 Feb 2007 19:23:23 +0000 (UTC) (envelope-from le@freebsd.org) Received: from justin.univie.ac.at ([131.130.3.111] helo=justin.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.66) (envelope-from ) id 1HKfpp-0005xp-1T; Fri, 23 Feb 2007 20:12:01 +0100 Received: from korben.prv.univie.ac.at ([131.130.7.98]) by justin.univie.ac.at with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1HKfpo-0006nM-Sw; Fri, 23 Feb 2007 20:12:01 +0100 Message-ID: <45DF3C79.1050303@freebsd.org> Date: Fri, 23 Feb 2007 20:11:53 +0100 From: Lukas Ertl User-Agent: Thunderbird 1.5.0.9 (X11/20070128) MIME-Version: 1.0 To: Kevin Oberman References: <20070223184049.5C4C345055@ptavv.es.net> In-Reply-To: <20070223184049.5C4C345055@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 19:23:24 -0000 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. regards, le -- Lukas Ertl http://mailbox.univie.ac.at/~le/ le@FreeBSD.org http://people.freebsd.org/~le/