From owner-cvs-src@FreeBSD.ORG Mon Feb 2 11:04:45 2004 Return-Path: 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 1E12116A4CE for ; Mon, 2 Feb 2004 11:04:45 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AA8D843D41 for ; Mon, 2 Feb 2004 11:04:10 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 23066 invoked by uid 1000); 2 Feb 2004 19:03:07 -0000 Date: Mon, 2 Feb 2004 11:03:07 -0800 (PST) From: Nate Lawson To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: <20040202110216.H23006@root.org> References: <2249.1075745994@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE cc: cvs-src@FreeBSD.org cc: Poul-Henning Kamp cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_thermal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 02 Feb 2004 19:04:45 -0000 On Mon, 2 Feb 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > "Poul-Henning Kamp" writes: > > Could we change it to be: > > > > =09after N seconds:=09go to single user. > > =09after N + M seconds:=09shutdown. > > Spinning down disks and setting the CPU clock to the lowest setting > available are other measures we might consider. This is already underway with the cpufreq effort. Once it is working, we'll use it for passive cooling, which is a last resort before _CRT. -Nate