From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 4 17:17:39 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE92E16A4CE for ; Mon, 4 Apr 2005 17:17:39 +0000 (GMT) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FDAD43D2D for ; Mon, 4 Apr 2005 17:17:39 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1DIVCh-0007dw-00; Mon, 04 Apr 2005 19:17:35 +0200 Date: Mon, 4 Apr 2005 19:17:35 +0200 To: Frank Behrens Message-ID: <20050404171735.GR2298@poupinou.org> References: <200504041645.j34Gj2ow002999@pinky.frank-behrens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504041645.j34Gj2ow002999@pinky.frank-behrens.de> User-Agent: Mutt/1.5.6+20040907i From: Bruno Ducrot cc: freebsd-hackers@freebsd.org Subject: Re: My experience with cpufreq in -STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 17:17:40 -0000 On Mon, Apr 04, 2005 at 06:45:17PM +0200, Frank Behrens wrote: > 1. Thanks to the people providing cpufreq interface and driver. > 2. Confirmation that it seems to work well on -STABLE. > 3. I want to ask the question: Are there are other, more > sophisticated programs to control the current cpu frequency? > 4. If desired I could release the sources for my control daemon, may > be for inclusion in the base system? That requires that I beautify > the sources a little bit, but that should not be a problem. You may start looking at src/usr.sbin/powerd in -current, and improve it a bit? The actual algorithm used in powerd may need some rework IMHO. Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.