From owner-freebsd-acpi@FreeBSD.ORG Wed Feb 9 19:03:48 2005 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D2116A4CE; Wed, 9 Feb 2005 19:03:48 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB5EC43D48; Wed, 9 Feb 2005 19:03:47 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j19J3Iqi069835; Wed, 9 Feb 2005 14:03:18 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Nate Lawson Date: Wed, 9 Feb 2005 14:03:15 -0500 User-Agent: KMail/1.6.2 References: <42068A5C.1030300@root.org> <200502091304.17896.jkim@niksun.com> <420A5983.4070302@root.org> In-Reply-To: <420A5983.4070302@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502091403.16045.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-acpi@freebsd.org cc: freebsd-amd64@freebsd.org cc: cokane@cokane.org Subject: Re: HEADSUP: cpufreq import complete, acpi_throttling changed X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 19:03:48 -0000 On Wednesday 09 February 2005 01:42 pm, Nate Lawson wrote: > Jung-uk Kim wrote: > > On Wednesday 09 February 2005 12:27 pm, Coleman Kane wrote: > >>Ooops. Sorry, I knew this. Uhm in that case, is the acpi_ppc > >> driver being brought in, or similar functionality? I really like > >> the auto-scaling that ppc does. > > > > We will be able to write a simple daemon to do the job, something > > like cpufreqd: > > > > http://cpufreqd.sourceforge.net/ > > > > That's what the API is for... > > Please do. However, it would be good if you sent a design email > outlining your plans before starting coding. BTW, I am not planning on doing anything yet. ;-) I was just writing a simple perl script for myself. Jung-uk Kim