From owner-cvs-src@FreeBSD.ORG Tue Jul 25 02:27:38 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 8385716A4DD; Tue, 25 Jul 2006 02:27:38 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2B843D45; Tue, 25 Jul 2006 02:27:38 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6P2RcqE076142; Tue, 25 Jul 2006 02:27:38 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6P2Rc1f076141; Tue, 25 Jul 2006 02:27:38 GMT (envelope-from njl) Message-Id: <200607250227.k6P2Rc1f076141@repoman.freebsd.org> From: Nate Lawson Date: Tue, 25 Jul 2006 02:27:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c src/share/man/man4 acpi_thermal.4 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: Tue, 25 Jul 2006 02:27:38 -0000 njl 2006-07-25 02:27:38 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_thermal.c share/man/man4 acpi_thermal.4 Log: Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl. Prevent casual modification by requiring hw.acpi.thermal.user_override to be set first. Fix printing of negative temperatures in the K->C conversion. Document the remaining thermal sysctls. MFC after: 3 days Revision Changes Path 1.9 +17 -9 src/share/man/man4/acpi_thermal.4 1.62 +55 -13 src/sys/dev/acpica/acpi_thermal.c