From owner-cvs-src@FreeBSD.ORG Mon Jan 5 10:14:46 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FF9E16A4CE; Mon, 5 Jan 2004 10:14:46 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A436543D39; Mon, 5 Jan 2004 10:14:44 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i05IEhET038009; Mon, 5 Jan 2004 11:14:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 05 Jan 2004 11:14:40 -0700 (MST) Message-Id: <20040105.111440.43851050.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040105091847.S22517@root.org> References: <200401040635.i046Z1e2086058@repoman.freebsd.org> <20040105090152.GG74113@pcwin002.win.tue.nl> <20040105091847.S22517@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: stijn@win.tue.nl cc: cvs-src@FreeBSD.org cc: njl@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica dsmthdat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 18:14:46 -0000 In message: <20040105091847.S22517@root.org> Nate Lawson writes: : On Mon, 5 Jan 2004, Stijn Hoop wrote: : > On Sat, Jan 03, 2004 at 10:35:01PM -0800, Nate Lawson wrote: : > > njl 2004/01/03 22:35:01 PST : > > : > > FreeBSD src repository : > > : > > Modified files: (Branch: INTEL) : > > sys/contrib/dev/acpica dsmthdat.c : > > Log: : > > Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on Dell : > > laptops that resulted in problems reading battery status. Don't : > > copy Buffers, Packages, or Regions in DsStoreObjectToLocal(). : > > : > > Tested by: scottl, sam : > > Submitted by: Luming Yu (Intel) : > : > Does this obsolete Mark Santcroos' patch available from my page : > (http://sandcat.nl/~stijn/freebsd/dell.php)? If so, I'll add a note to : > that effect to the page. Unfortunately I won't have time to test this myself, : > so I'd appreciate it if someone else can verify this. : : Yes, I believe it does. However, it breaks my T23's battery state due to : the refcount change. So I don't think this fix will stay in this form. I can confirm that the fix fixes my Dell both with and without the dell.php fixes. Warner