From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 22:38:29 2003 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 842C516A4B3 for ; Sun, 5 Oct 2003 22:38:29 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDE943FF2 for ; Sun, 5 Oct 2003 22:38:29 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 0266B72DA3; Sun, 5 Oct 2003 22:38:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 007C772DA2; Sun, 5 Oct 2003 22:38:28 -0700 (PDT) Date: Sun, 5 Oct 2003 22:38:28 -0700 (PDT) From: Doug White To: Matt Douhan In-Reply-To: <200310052354.53086.matt@fruitsalad.org> Message-ID: <20031005223611.X14342@carver.gumbysoft.com> References: <200310052354.53086.matt@fruitsalad.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI error msgs at boot 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: Mon, 06 Oct 2003 05:38:29 -0000 On Sun, 5 Oct 2003, Matt Douhan wrote: > Oct 5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution > failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d > d980), AE_AML_REGION_LIMIT > Oct 5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution > failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d > d980), AE_AML_REGION_LIMIT > Oct 5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution > failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d > d980), AE_AML_REGION_LIMIT These are bugs in the AML on your system, trying to access memory that has not been declared. Not sure FreeBSD can do anything about this directly. This appears to be in the battery status method. It is possible to export the AML to ASL, fix the defective region declarations, and load a new table at boot. Not for the faint of heart, though. What kind of laptop is this? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org