From owner-cvs-all@FreeBSD.ORG Sat Jan 14 00:51:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 269E516A41F; Sat, 14 Jan 2006 00:51:42 +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 C050F43D46; Sat, 14 Jan 2006 00:51:39 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.53] (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 k0E0pcVK028262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 13 Jan 2006 16:51:38 -0800 Message-ID: <43C84B36.4070000@root.org> Date: Fri, 13 Jan 2006 16:52:06 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Markus Brueffer References: <20060114003924.9E25816A4D1@hub.freebsd.org> In-Reply-To: <20060114003924.9E25816A4D1@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpi_support acpi_ibm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 00:51:42 -0000 Markus Brueffer wrote: > markus 2006-01-14 00:39:10 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sys/dev/acpi_support acpi_ibm.c > Log: > - Add support for setting the fan control mode to manual or automatic > - Add support for adjusting the fan speed if the fan control mode is manual > > Documentation for the relevant embedded controller register was obtained from > http://www.thinkwiki.org/wiki/Patch_for_controlling_fan_speed > > Tested on: R51 by Fabian Keil > T41p by markus > Requested by: many > Approved by: philip > MFC after: 1 week > > Revision Changes Path > 1.10 +55 -3 src/sys/dev/acpi_support/acpi_ibm.c Thanks for adding support for this but it should be noted that this can be very dangerous. If your userland app tries to control the fanspeed and dies, your system could overheat. Hopefully, the BIOS will override the user settings if the temp gets too high but that is a longshot when mucking with things at this low level. -- Nate