From owner-cvs-all Thu Jul 5 0:19:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D2B37B406; Thu, 5 Jul 2001 00:19:17 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f657JHB10886; Thu, 5 Jul 2001 00:19:17 -0700 (PDT) (envelope-from msmith) Message-Id: <200107050719.f657JHB10886@freefall.freebsd.org> From: Mike Smith Date: Thu, 5 Jul 2001 00:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2001/07/05 00:19:17 PDT Modified files: sys/dev/acpica acpi_thermal.c Log: Fix a couple of misunderstandings in the monitor code. Passive cooling is a parallel adjunct to active cooling, not a lesser evil. The _ACx levels sort from 0 being hottest, not coolest. Sanity check the returned temperature values, since we are having trouble reading them on some systems. Rearrange sysctl nodes a bit; this is probably close to the final layout. Revision Changes Path 1.10 +131 -50 src/sys/dev/acpica/acpi_thermal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message