From owner-cvs-all@FreeBSD.ORG Mon Feb 2 20:18:57 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 ABAC316A4CE; Mon, 2 Feb 2004 20:18:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65D043D1D; Mon, 2 Feb 2004 20:18:56 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i134Iu0B070250; Mon, 2 Feb 2004 20:18:56 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i134Iu9H070249; Mon, 2 Feb 2004 20:18:56 -0800 (PST) (envelope-from njl) Message-Id: <200402030418.i134Iu9H070249@repoman.freebsd.org> From: Nate Lawson Date: Mon, 2 Feb 2004 20:18:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc devd.conf src/share/man/man4 acpi_thermal.4 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: Tue, 03 Feb 2004 04:18:57 -0000 njl 2004/02/02 20:18:56 PST FreeBSD src repository Modified files: etc devd.conf share/man/man4 acpi_thermal.4 sys/dev/acpica acpi_thermal.c Log: Notify the user (at kern.emerg) that the system will be shutting down if it is still above the critical temperature on the next poll cycle. This is a 10 second advance notice by default. Document the private (non-standard) notify we will be using with devd(8). Revision Changes Path 1.11 +11 -1 src/etc/devd.conf 1.6 +3 -0 src/share/man/man4/acpi_thermal.4 1.37 +13 -5 src/sys/dev/acpica/acpi_thermal.c