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
--- 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
 
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to