From owner-freebsd-sparc64@FreeBSD.ORG Sun Nov 4 19:34:37 2007 Return-Path: Delivered-To: sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C961A16A418; Sun, 4 Nov 2007 19:34:37 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 7ECCA13C4B3; Sun, 4 Nov 2007 19:34:37 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lA4HioDQ031979; Sun, 4 Nov 2007 10:44:50 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <472E04F5.3030300@samsco.org> Date: Sun, 04 Nov 2007 10:44:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Kris Kennaway References: <472E0087.2000209@FreeBSD.org> In-Reply-To: <472E0087.2000209@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Sun, 04 Nov 2007 10:44:50 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: sparc64@FreeBSD.org Subject: Re: panic: mutex isp not owned at ../../../kern/kern_mutex.c:206 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 19:34:37 -0000 Thanks, I'll look at it. Scott Kris Kennaway wrote: > Another panic when booting an e4500 running CURRENT: > > sbus0: mem 0x10000-0x20017 irq 162 type socal (no driver > attached) > isp0 mem 0x10000-0x1044f irq 139 on sbus0 > isp0: [ITHREAD] > panic: mutex isp not owned at ../../../kern/kern_mutex.c:206 > cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 0 ] > Stopped at kdb_enter+0x68: ta %xcc, 1 > db> wh > Tracing pid 0 tid 0 td 0xc0749280 > panic() at panic+0x204 > _mtx_assert() at _mtx_assert+0xac > _mtx_unlock_flags() at _mtx_unlock_flags+0x12c > isp_sbus_mbxdma() at isp_sbus_mbxdma+0x38 > isp_reset() at isp_reset+0x214 > isp_sbus_attach() at isp_sbus_attach+0x7a0 > device_attach() at device_attach+0x4a4 > device_probe_and_attach() at device_probe_and_attach+0x188 > bus_generic_attach() at bus_generic_attach+0x10 > sbus_attach() at sbus_attach+0x111c > device_attach() at device_attach+0x4a4 > device_probe_and_attach() at device_probe_and_attach+0x188 > bus_generic_attach() at bus_generic_attach+0x10 > nexus_attach() at nexus_attach+0x4fc > device_attach() at device_attach+0x4a4 > device_probe_and_attach() at device_probe_and_attach+0x188 > root_bus_configure() at root_bus_configure+0x28 > configure() at configure+0x4 > mi_startup() at mi_startup+0x18c > btext() at btext+0x34 > > Kris