From owner-cvs-all@FreeBSD.ORG Mon Mar 17 13:55:31 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 345F81065705; Mon, 17 Mar 2008 13:55:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1D98E8FC1B; Mon, 17 Mar 2008 13:55:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id DD0E01A4D7C; Mon, 17 Mar 2008 06:54:16 -0700 (PDT) From: John Baldwin To: Poul-Henning Kamp Date: Mon, 17 Mar 2008 09:33:47 -0400 User-Agent: KMail/1.9.7 References: <200803170901.m2H91hCC044632@repoman.freebsd.org> In-Reply-To: <200803170901.m2H91hCC044632@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803170933.48212.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 17 Mar 2008 13:55:31 -0000 On Monday 17 March 2008 05:01:43 am Poul-Henning Kamp wrote: > phk 2008-03-17 09:01:43 UTC > > FreeBSD src repository > > Modified files: > sys/i386/cpufreq est.c > Log: > Increase time we wait for things to settle to 1 millisecond, > 10 microseconds is too short. > > Always set the cpu to the highest frequency so that we get through > boot and don't handicap cpus where powerd(8) is not used. Hmm, I actually consider this a feature when I'm not running powerd to use less battery. I think we should only bump up the CPU on battery power when using powerd so that it can be lowered again to save battery power when the CPU is idle. -- John Baldwin