From owner-freebsd-acpi@FreeBSD.ORG Wed Feb 9 18:44:37 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 CB2B916A4CE; Wed, 9 Feb 2005 18:44:37 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF7343D1D; Wed, 9 Feb 2005 18:44:37 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j19IiaWk031621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 9 Feb 2005 10:44:36 -0800 Message-ID: <420A5A13.1020402@root.org> Date: Wed, 09 Feb 2005 10:44:35 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jung-uk Kim References: <42068A5C.1030300@root.org> <200502081743.24169.jkim@niksun.com> In-Reply-To: <200502081743.24169.jkim@niksun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 18:44:37 -0000 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. 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. -- Nate