From owner-cvs-all@FreeBSD.ORG Mon Feb 2 10:26:19 2004 Return-Path: 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 BA2B116A4CE; Mon, 2 Feb 2004 10:26:19 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E89643D58; Mon, 2 Feb 2004 10:25:42 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i12IPGET058683; Mon, 2 Feb 2004 11:25:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 02 Feb 2004 11:25:14 -0700 (MST) Message-Id: <20040202.112514.91992266.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040202101848.T22714@root.org> References: <200402021803.i12I3ZJW016336@repoman.freebsd.org> <20040202.111055.110910666.imp@bsdimp.com> <20040202101848.T22714@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 02 Feb 2004 18:26:19 -0000 In message: <20040202101848.T22714@root.org> Nate Lawson writes: : On Mon, 2 Feb 2004, M. Warner Losh wrote: : > In message: <200402021803.i12I3ZJW016336@repoman.freebsd.org> : > Nate Lawson writes: : > : If the temperature is at _HOT or _CRT for 3 sequential readings, shutdown : > : the system. : > : > This is only about a year too late to help my poor, woe-be-gotten : > melted FIVA. I guess it is safe to build Mozilla again on it, however : > :-) Thanks! : : I'm very sorry that happened. My excuse is I began working on ACPI almost : a year ago. :) Yes. I think it was over a year ago that my FIVA melted... You've done a great job with this stuff, so please don't take the above as a complaint. My FIVA still appears to work... : Shutdown on _HOT/_CRT has been enabled since Jan. 2004 and this commit : fixes the case for systems that would prematurely shut down after one : invalid, high reading. Ah, I see. Warner