From owner-acpi-jp@jp.FreeBSD.org Mon Jul 14 08:18:57 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h6DNIv472845;
	Mon, 14 Jul 2003 08:18:57 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from rootlabs.com (root.org [67.118.192.226])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id h6DNIuT72840
	for <acpi-jp@jp.freebsd.org>; Mon, 14 Jul 2003 08:18:56 +0900 (JST)
	(envelope-from nate@rootlabs.com)
Received: (qmail 15293 invoked by uid 1000); 13 Jul 2003 23:18:52 -0000
From: Nate Lawson <nate@root.org>
To: current@freebsd.org, acpi-jp@jp.FreeBSD.org
Message-ID: <20030713161722.Y15284@root.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Sun, 13 Jul 2003 16:18:52 -0700
X-Sequence: acpi-jp 2419
Subject: [acpi-jp 2419] HEADSUP: acpica 0619 in the tree
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: nate@root.org
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030702

I have imported acpica 0619.  I will be gone for a few hours but will be
checking again tonight in case there are any problems.  In particular, I
am no longer sure if this patch is needed.  If you do have problems, give
it a try.

Thanks,
Nate

--- nsalloc.c.old	Wed May 28 10:32:31 2003
+++ nsalloc.c	Thu Jun 19 17:30:48 2003
@@ -321,7 +321,7 @@
     ACPI_NAMESPACE_NODE     *Node,          /* New Child*/
     ACPI_OBJECT_TYPE        Type)
 {
-    UINT16                  OwnerId = TABLE_ID_DSDT;
+    UINT16                  OwnerId = 0;
     ACPI_NAMESPACE_NODE     *ChildNode;
 #ifdef ACPI_ALPHABETIC_NAMESPACE

