From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 08:25:20 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D684E16A4CE for ; Thu, 8 Jan 2004 08:25:20 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 10D5843D2F for ; Thu, 8 Jan 2004 08:25:20 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 35376 invoked by uid 1000); 8 Jan 2004 16:25:20 -0000 Date: Thu, 8 Jan 2004 08:25:20 -0800 (PST) From: Nate Lawson To: Vaidas Damosevicius In-Reply-To: <20040108085952.7072E369A5@mail.if.lt> Message-ID: <20040108080739.L35340@root.org> References: <20040106153123.L27817@root.org> <20040107151531.161D73B90B@mail.if.lt> <20040108085952.7072E369A5@mail.if.lt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 08 Jan 2004 16:25:20 -0000 On Thu, 8 Jan 2004, Vaidas Damosevicius wrote: > On Wed, 7 Jan 2004, Nate Lawson wrote: > > > I really need the messages a few lines above the probe_and_attach line. > > Also, send your ASL: acpidump -t -d > vaidas-CompaqNX7000.asl > > Done Hmm, not sure what is returning the error but it's probably the call to _REG at the end of AcpiInstallAddressSpaceHandler(). Please recompile your ACPI module as follows: cd /sys/modules/acpi/acpi && make clean && make ACPI_DEBUG=1 Install that module somewhere and add the following to loader.conf: debug.acpi.layer="ACPI_EVENTS" debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS" Then load the new module at the loader prompt ("load /wherever/acpi.ko") and report the dmesg like you did this time. -Nate