From owner-freebsd-stable@FreeBSD.ORG Wed Nov 30 13:32:36 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEC516A41F; Wed, 30 Nov 2005 13:32:36 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C2D43D94; Wed, 30 Nov 2005 13:32:28 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1EhS4O-0002Hy-00; Wed, 30 Nov 2005 14:32:24 +0100 Date: Wed, 30 Nov 2005 14:32:24 +0100 To: Marco Calviani Message-ID: <20051130133224.GA4713@poupinou.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-acpi@freebsd.org, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: cpufreq and changing driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2005 13:32:37 -0000 On Wed, Nov 30, 2005 at 12:37:43PM +0100, Marco Calviani wrote: > Hi, > having seen on the cpufreq(4) man page that there is more than one > driver that is currently supported. In particular having a centrino > processor, i would like to use the est driver. Currently, by default, > the running driver is the one that comes with acpi (AFAIU), and i'm > using powerd to control the cpu frequency in adaptive mode. You have to load the cpufreq.ko module at boot. Adding that line: cpufreq_load = "YES" to /boot/loader.conf should be OK. > In particular doing comparison with the linux case in which i have > cpufreq with speedstep-centrino driver and the ondemand governor, in > this case the system is much more responsive and also the fans runs > much more quieter (although i cannot rely on proven data since i don't > know any benchmark program). In particular i understood that the > ondemand governor responds to the system much faster that powerd is > able to do. > > Is there someone who can share some impression or thoughts? powerd need some rework in order to get it working properly. There is one FreeBSD project on that subject if you are interrested. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.