Date: Tue, 27 May 2003 16:58:59 -0700 (PDT) From: Nate Lawson <nate@root.org> To: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp> Cc: current@freebsd.org Subject: Re: HEADSUP: acpi patches in the tree Message-ID: <20030527165526.E6842@root.org> In-Reply-To: <20030528071116.2db41659.yosimoto@waishi.jp> References: <20030527140327.E6550@root.org> <20030528071116.2db41659.yosimoto@waishi.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Wed, 28 May 2003, Shin-ichi YOSHIMOTO wrote:
> After this update, I found some error messages like this:
>
> acpi0: <IntelR AWRDACPI> on motherboard
> ACPI-0438: *** Error: Looking up [\\_OS_] in namespace, AE_NOT_FOUND
> ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0._INI] (Node 0xc21b73e0), AE_NOT_FOUND
Please try the attached patch and see if it changes things for you.
-Nate
[-- Attachment #2 --]
--- nsalloc.c 29 Apr 2003 18:37:59 -0000 1.1.1.17
+++ nsalloc.c 27 May 2003 19:20:12 -0000
@@ -305,7 +321,7 @@
ACPI_NAMESPACE_NODE *Node, /* New Child*/
ACPI_OBJECT_TYPE Type)
{
- UINT16 OwnerId = 0;
+ UINT16 OwnerId = TABLE_ID_DSDT;
ACPI_NAMESPACE_NODE *ChildNode;
#ifdef ACPI_ALPHABETIC_NAMESPACE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030527165526.E6842>
