Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2003 11:33:44 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        acpi-jp@jp.FreeBSD.org
Cc:        current@freebsd.org
Subject:   Re: [acpi-jp 2126] AE_NOT_EXIST errors
Message-ID:  <20030827113152.G31947@root.org>
In-Reply-To: <Pine.BSF.4.21.0304250148400.64379-100000@root.org>
References:  <Pine.BSF.4.21.0304250148400.64379-100000@root.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Apr 2003, Nate Lawson wrote:
> I have an ongoing problem.  I get a lot of messages like this on boot and
> my battery initialization fails.  I am running the EC in event driven mode
> but that doesn't help.
>
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.FDC_._INI] (Node 0xc32962c0), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__._INI] (Node 0xc3290480), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT0._STA] (Node 0xc3292c80), AE_NOT_EXIST
>     ACPI-0175: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT0._STA] (Node 0xc3292c80), AE_NOT_EXIST
>     ACPI-1284: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT1._STA] (Node 0xc3292b00), AE_NOT_EXIST
>     ACPI-0175: *** Error: Method execution failed
> [\_SB_.PCI0.LPC_.EC__.BAT1._STA] (Node 0xc3292b00), AE_NOT_EXIST

This is a reply to a really old message but I wanted to point out that it
has been solved.  It turns out the AML expects to be able to call the EC
early on but we weren't detecting the EC until the namespace was
available.  The EC rewrite I did now probes the ECDT and attaches to the
EC early on, fixing these errors.

-Nate



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