From owner-freebsd-acpi@FreeBSD.ORG Sat Sep 15 13:11:48 2007 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9154916A417 for ; Sat, 15 Sep 2007 13:11:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 602AA13C46A for ; Sat, 15 Sep 2007 13:11:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l8FDBkm1028603; Sat, 15 Sep 2007 09:11:46 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Denis Date: Sat, 15 Sep 2007 09:11:36 -0400 User-Agent: KMail/1.6.2 References: <325305250709010712n4bd0d62l9a144572441cf3dc@mail.gmail.com> <200709141628.24801.jkim@FreeBSD.org> <325305250709150204i311c658bwfa187cd0684771f@mail.gmail.com> In-Reply-To: <325305250709150204i311c658bwfa187cd0684771f@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200709150911.42648.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/4279/Sat Sep 15 08:53:34 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-acpi@FreeBSD.org Subject: Re: ACPI error on Compaq nc6220, FreeBSD 7.0 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 13:11:48 -0000 On Saturday 15 September 2007 05:04 am, Denis wrote: > On 9/15/07, Jung-uk Kim wrote: > > > > > panic: _sx_xlock_hard: recursed on non recursive sx ACPI > > > > > embedded controller @ > > > > > /usr/src/sys/modules/acpi/acpi/../../../acpica/acpi_ec.c:20 > > > > >9 > > > > > > > > > > cpuid = 0 > > > > > KDB: enter: panic > > > > > [thread: pid 8 tid 100018 ] > > > > > Stopped at kbd_enter+0x32: leave > > > > > db> > > > > > --- > > > > > > Actually I am seeing the same problem. > > > > Can you try this patch *after* applying Nate's patch? It should > > fix this problem. > > I applied Nate's patch, your patch and this patch and got kernel > panic: --- > panic: blockable sleep lock (sleep mutex) 32 @ vm/uma_core:1830 > cpuid = 0 > KDB: enter: panic > [thread pid 21 tid 100013 ] > Stopped at kdb_enter+0x32: leave > --- Did you remove spinlock_enter() and spinlock_exit()? Jung-uk Kim