From owner-cvs-all@FreeBSD.ORG Mon Feb 2 10:20:35 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 E2F0816A4D6 for ; Mon, 2 Feb 2004 10:20:35 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A7B7E43D45 for ; Mon, 2 Feb 2004 10:20:32 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 22746 invoked by uid 1000); 2 Feb 2004 18:20:33 -0000 Date: Mon, 2 Feb 2004 10:20:33 -0800 (PST) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20040202.111055.110910666.imp@bsdimp.com> Message-ID: <20040202101848.T22714@root.org> References: <200402021803.i12I3ZJW016336@repoman.freebsd.org> <20040202.111055.110910666.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:20:36 -0000 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. :) 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. -Nate