ACPI error msgs at boot

Doug White dwhite at gumbysoft.com
Sun Oct 5 22:38:29 PDT 2003


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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list