From owner-cvs-src@FreeBSD.ORG Sun May 9 08:36:04 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 CB1C916A4CE; Sun, 9 May 2004 08:36:04 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2093E43D1F; Sun, 9 May 2004 08:36:04 -0700 (PDT) (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 i46EHMOd006775; Thu, 6 May 2004 08:17:22 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 06 May 2004 08:18:02 -0600 (MDT) Message-Id: <20040506.081802.90997618.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <4099FE31.9020802@freebsd.org> References: <20040506011323.C39605@root.org> <20040506034307.M811@odysseus.silby.com> <4099FE31.9020802@freebsd.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: cvs-src@freebsd.org cc: silby@silby.com cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c src/sys/i386/include acpica_machdep.h src/sys/ia64/include acpica_machdep.h src/sys/amd64/include acpica_machdep.h 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: Sun, 09 May 2004 15:36:05 -0000 In message: <4099FE31.9020802@freebsd.org> Scott Long writes: : I've found that the best way to extend battery life on a laptop is to : turn down the display brightness as low as possible. CPU throttling, : PCI power states, etc, make a small (but measurable) difference on my : P4-M laptop, but the real win comes from turning down the brightness. My Sony has similar effects, but throttling down the CPU from 8 to 2 increases my battery life from about 3 hours to 4 hours. Dim LCD has a similar effect. Turning off the unused PCI devices gives a dozen more minutes. Warner