From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 16:18:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2199D37B401 for ; Sun, 13 Jul 2003 16:18:51 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BCB9F43F93 for ; Sun, 13 Jul 2003 16:18:50 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 15293 invoked by uid 1000); 13 Jul 2003 23:18:52 -0000 Date: Sun, 13 Jul 2003 16:18:52 -0700 (PDT) From: Nate Lawson 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 Subject: HEADSUP: acpica 0619 in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 23:18:51 -0000 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