From owner-cvs-src@FreeBSD.ORG Sun Jan 15 16:57:59 2006 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 0FCAB16A41F; Sun, 15 Jan 2006 16:57:59 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: from dagobah.rfc1149.org (dagobah.rfc1149.org [217.160.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA9043D4C; Sun, 15 Jan 2006 16:57:57 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: from dslb-084-061-160-120.pools.arcor-ip.net ([84.61.160.120] helo=[192.168.0.42]) by dagobah.rfc1149.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.54 (FreeBSD)) id 1EyBCR-0009PE-Nx; Sun, 15 Jan 2006 17:57:55 +0100 Message-ID: <43CA7EF8.5090000@rfc2549.org> Date: Sun, 15 Jan 2006 17:57:28 +0100 From: Arne Schwabe User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kris Kennaway References: <20060114003924.9E25816A4D1@hub.freebsd.org> <43C84B36.4070000@root.org> <20060114014443.GA12670@xor.obsecurity.org> In-Reply-To: <20060114014443.GA12670@xor.obsecurity.org> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-RFC-Spam-Score: -3.4 (---) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Markus Brueffer , cvs-all@FreeBSD.org, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpi_support acpi_ibm.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: Sun, 15 Jan 2006 16:57:59 -0000 Kris Kennaway wrote: > On Fri, Jan 13, 2006 at 04:52:06PM -0800, Nate Lawson wrote: > > >> 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. >> > > We can market it as a security feature: "Thermal self-destruct"! > Nah! Won't work. At least my Thinkpad power down off hard if getting really too hot. (I once put my thinkpad in my bag without shutting down) Arne