From owner-freebsd-current@FreeBSD.ORG Tue May 27 14:06:50 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 0128B37B401 for ; Tue, 27 May 2003 14:06:50 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 90B0543F93 for ; Tue, 27 May 2003 14:06:49 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 6559 invoked by uid 1000); 27 May 2003 21:06:50 -0000 Date: Tue, 27 May 2003 14:06:50 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20030527140327.E6550@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.freebsd.org Subject: HEADSUP: acpi patches 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: Tue, 27 May 2003 21:06:50 -0000 I have committed changes to nsalloc.c and dsmethod.c. Please cvsup and test ACPI, especially if you had problems with it (that were not present before 0228 was imported). Commit message follows: Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897. NetBSD dsmethod.c rev 1.7 Fix parent-child loop problem Fix a reference count problem that may cause unexpected memory free Intel 20030512 ACPICA drop (nsalloc.c) Approved by: re (jhb) Obtained from: NetBSD, Intel Reported by: mbr, kochi AT netbsd.org -Nate