From owner-freebsd-current@FreeBSD.ORG Sun Mar 18 15:53:44 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E10FF16A406; Sun, 18 Mar 2007 15:53:44 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.freebsd.org (Postfix) with ESMTP id C20D313C4BB; Sun, 18 Mar 2007 15:53:44 +0000 (UTC) (envelope-from alex.kovalenko@verizon.net) Received: from [10.0.3.231] ([141.150.95.47]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JF300CHRW4OBJX2@vms044.mailsrvcs.net>; Sun, 18 Mar 2007 10:53:13 -0500 (CDT) Date: Sun, 18 Mar 2007 11:53:06 -0400 From: "Alexandre \"Sunny\" Kovalenko" In-reply-to: <45FCD076.4050500@root.org> To: Nate Lawson Message-id: <1174233186.1027.16.camel@RabbitsDen> MIME-version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7bit References: <200703161256.23996.jkim@FreeBSD.org> <1174183114.1027.2.camel@RabbitsDen> <45FCD076.4050500@root.org> Cc: acpi@FreeBSD.org, current@FreeBSD.org, Jung-uk Kim Subject: Re: [HEADSUP] ACPI-CA 20070126 import X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Mar 2007 15:53:45 -0000 On Sat, 2007-03-17 at 22:39 -0700, Nate Lawson wrote: > Alexandre "Sunny" Kovalenko wrote: > > On Fri, 2007-03-16 at 12:56 -0400, Jung-uk Kim wrote: > >> I will import ACPI-CA 20070126 from Intel some time next week. > >> Current mega-patch against -CURRENT is here: > >> > >> http://people.freebsd.org/~jkim/acpica-import-20070126.diff.gz > >> > >> (Note: Sorry, I had to gzip(1) it because it was too big.) > >> > >> This patch should fix many ACPI issues in -CURRENT (ACPI-CA 20051021), > >> most notably memory leak. Full change log for ACPI-CA from the last > >> import is here: > >> > >> http://people.freebsd.org/~jkim/acpica_changes_20051021_20070126.txt > >> > >> I believe it is quite stable because I have been using this patch on > >> my primary desktop and laptop for a while and it was tested on amd64, > >> i386, and ia64. However, since the patch is huge, I may have missed > >> something. If you find something wrong, please let me know before it > >> is too late. ;-) > >> > > Works well here (ThinkPad X60 1709-73U). Intermittent message about > > battery charge being critically low at boot time seems to disappear. > > Are you sure that was the acpi-ca patch or the commit I made today to > acpi_ec.c? Did you cvsup within about 12 hours or was this test on an > earlier -current? > > You can see by setting the tunable debug.acpi.ec.burst="1" during boot > and then see if the messages reappear. > > Thanks, I know that I do not have your acpi_ec.c commit yet: sunny:RabbitsDen>pwd /usr/src/sys/dev/acpica sunny:RabbitsDen>grep -i freebsd acpi_ec.c __FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/dev/acpica/acpi_ec.c,v 1.69 2007/02/27 00:14:20 njl Exp $"); sunny:RabbitsDen> Alexandre "Sunny" Kovalenko.