From owner-cvs-all@FreeBSD.ORG Wed Mar 19 01:04:53 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 C05341065672; Wed, 19 Mar 2008 01:04:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 85BB98FC18; Wed, 19 Mar 2008 01:04:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m2J11BSM003076; Tue, 18 Mar 2008 19:01:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 18 Mar 2008 19:01:49 -0600 (MDT) Message-Id: <20080318.190149.-1672947782.imp@bsdimp.com> To: peterjeremy@optushome.com.au From: "M. Warner Losh" In-Reply-To: <20080318065315.GR44676@server.vk2pj.dyndns.org> References: <4578.1205772826@critter.freebsd.dk> <200803171317.15812.jhb@freebsd.org> <20080318065315.GR44676@server.vk2pj.dyndns.org> X-Mailer: Mew version 5.2 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, phk@phk.freebsd.dk, src-committers@freebsd.org, cvs-all@freebsd.org, jhb@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: Wed, 19 Mar 2008 01:04:53 -0000 In message: <20080318065315.GR44676@server.vk2pj.dyndns.org> Peter Jeremy writes: : On Mon, Mar 17, 2008 at 01:17:15PM -0400, John Baldwin wrote: : >On Monday 17 March 2008 12:53:46 pm Poul-Henning Kamp wrote: : >> : >> >You have servers that default to half-speed when not on battery? That is : >very : >> >odd, but you can just run powerd [...] : >> : >> Yes, but you need to know that you should run powerd in the first place. : > : >Err, I would just always run it. You are now saying that laptops have to run : >powerd to avoid full-speed CPUs on boot (even though the BIOS throttles it : >down for you) but you can't run powerd on the server? : : In general, I agree that powerd should be enabled but actually : implementing this may have some adverse side-effects. I know using : acpi_throttle with powerd on my HP nx6125 causes it to wedge randomly. /me too with the dv5000 that I have. Warner