From owner-freebsd-current@FreeBSD.ORG Sun Mar 25 10:45:10 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 2756516A403 for ; Sun, 25 Mar 2007 10:45:10 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av8-1-sn3.vrr.skanova.net (av8-1-sn3.vrr.skanova.net [81.228.9.183]) by mx1.freebsd.org (Postfix) with ESMTP id D786013C46A for ; Sun, 25 Mar 2007 10:45:09 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 904E1380A4; Sun, 25 Mar 2007 12:45:08 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 5E1933800B; Sun, 25 Mar 2007 12:45:08 +0200 (CEST) Received: from [192.168.1.198] (81-234-214-163-no68.tbcn.telia.com [81.234.214.163]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0933737E47; Sun, 25 Mar 2007 12:45:07 +0200 (CEST) From: Joel Dahl To: Ariff Abdullah In-Reply-To: <20070325182836.548f3585.ariff@FreeBSD.org> References: <46060D94.2060506@cyberwang.net> <20070325182836.548f3585.ariff@FreeBSD.org> Content-Type: text/plain Date: Sun, 25 Mar 2007 12:45:06 +0200 Message-Id: <1174819506.1150.4.camel@jesus.automatvapen.se> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, Sean Bryant Subject: Re: Panic when loading snd_ich. 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: Sun, 25 Mar 2007 10:45:10 -0000 On Sun, 2007-03-25 at 18:28 +0800, Ariff Abdullah wrote: > On Sun, 25 Mar 2007 01:50:12 -0400 > Sean Bryant wrote: > > It's really strange. > > > > Ever since I updated to the latest source, loading snd_ich leads to > > a kernel panic. oich_add_done is where it panics, I don't have any > > experience gathering information that might be relevant, but if > > anyone wants to look in to the issue i will provide and learn > > anything required to resolve the issue (not having sound is a > > serious issue!) > > Not having enough debugging informations is a serious issue, too > Besides, how do you come up with "oich_add_done" ? "ohci_add_done" sounds more likely: joel@jesus [/usr/src] grep -R add_done * sys/dev/usb/ohci.c:static void ohci_add_done(ohci_softc_t *, ohci_physaddr_t); sys/dev/usb/ohci.c: ohci_add_done(sc, done &~ OHCI_DONE_INTRS); sys/dev/usb/ohci.c:ohci_add_done(ohci_softc_t *sc, ohci_physaddr_t done) sys/dev/usb/ohci.c: panic("ohci_add_done: addr 0x%08lx not found", (u_long)done); -- Joel