From owner-freebsd-acpi@FreeBSD.ORG Wed Feb 9 19:12:19 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 63E7616A4CE; Wed, 9 Feb 2005 19:12:19 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D774543D2F; Wed, 9 Feb 2005 19:12:18 +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 j19JCI0k070129; Wed, 9 Feb 2005 14:12:18 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Nate Lawson Date: Wed, 9 Feb 2005 14:12:15 -0500 User-Agent: KMail/1.6.2 References: <42068A5C.1030300@root.org> <200502081743.24169.jkim@niksun.com> <420A5A13.1020402@root.org> In-Reply-To: <420A5A13.1020402@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502091412.15745.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-current@freebsd.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:12:19 -0000 On Wednesday 09 February 2005 01:44 pm, Nate Lawson wrote: > Jung-uk Kim wrote: > > I ported Athlon 64's Cool'n'Quiet part of 'acpi_ppc' to the > > cpufreq interface. This is really quick-and-dirty version (i. > > e., lots of cut-and-paste's from acpi_perf and acpi_ppc) but it > > seems to work. The original driver is available from here: > > > > http://www.spa.is.uec.ac.jp/~nfukuda/software/ > > Thanks, that's very quick of you. I want to coordinate with Bruno > Ducrot and his powernow driver to be sure we don't overlap efforts. No problem. In fact, I am hoping Bruno Ducrot can merge acpi_cnq into his powernow driver because they can share MSR stuff. > In terms of code duplication, I'm working on some changes to > acpi_perf to allow it to be used as a source of information without > directly linking to it. That would allow powernow and cnq to be > truly standalone. I'll finish that and then get back to you. Yes! That's exactly what I need. Thanks, Jung-uk Kim