From owner-cvs-src@FreeBSD.ORG Mon Jul 18 20:22:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB2116A41C; Mon, 18 Jul 2005 20:22:02 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F9643D46; Mon, 18 Jul 2005 20:22:01 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-230.dsl.snfc21.pacbell.net [64.171.187.230]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j6IKM1o5000871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Jul 2005 13:22:01 -0700 Message-ID: <42DC0D76.7060504@root.org> Date: Mon, 18 Jul 2005 13:13:42 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hajimu UMEMOTO , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <20050718201228.3D9E816A455@hub.freebsd.org> In-Reply-To: <20050718201228.3D9E816A455@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 20:22:02 -0000 Hajimu UMEMOTO wrote: > ume 2005-07-18 20:12:23 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_thermal.c > Log: > Implement passive cooling. It is enabled for tz0 by default where > it is available. > > Reviewed by: njl > > Revision Changes Path > 1.54 +277 -13 src/sys/dev/acpica/acpi_thermal.c Great, thank you. People should test to make sure this doesn't break anything. It uses cpufreq(4) as the mechanism for controlling CPU speed and doing cooling without fans. -- Nate