From owner-cvs-all@FreeBSD.ORG Wed May 28 10:29:17 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBA9237B401 for ; Wed, 28 May 2003 10:29:17 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E0BC843F85 for ; Wed, 28 May 2003 10:29:16 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 8199 invoked by uid 1000); 28 May 2003 17:29:17 -0000 Date: Wed, 28 May 2003 10:29:17 -0700 (PDT) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: Message-ID: <20030528102708.J8183@root.org> References: <200305271919.h4RJJ5kd039145@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 17:29:18 -0000 On Wed, 28 May 2003, Dag-Erling Smorgrav wrote: > Nate Lawson writes: > > Log Message: > > 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) > > Tested by: nobody Wrong. It turns out the WARNS settings for the module differ than for buildkernel. It was built as a module and run-time tested on my laptop. I'll do more compile testing in the future but it is painful since my system takes so long to build. > This broke buildkernel on ACPI systems (i386, ia64) and still hasn't > been fixed 24 hours later. A patch has been submitted to re@. I was waiting on user testing of a part that fixes functionality. -Nate