Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 22:38:28 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Matt Douhan <matt@fruitsalad.org>
Cc:        current@freebsd.org
Subject:   Re: ACPI error msgs at boot
Message-ID:  <20031005223611.X14342@carver.gumbysoft.com>
In-Reply-To: <200310052354.53086.matt@fruitsalad.org>
References:  <200310052354.53086.matt@fruitsalad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031005223611.X14342>