From owner-cvs-all@FreeBSD.ORG Tue Sep 7 23:46:07 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 307A216A4CE; Tue, 7 Sep 2004 23:46:07 +0000 (GMT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B0243D1F; Tue, 7 Sep 2004 23:46:06 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 43B1B3CD0; Wed, 8 Sep 2004 01:46:05 +0200 (CEST) Received: from kamino.rfc1149.org (kamino.rfc1149.org [2001:8d8:81:11::2]) by coruscant.rfc1149.org (Postfix) with ESMTP id 9F4933CC5; Wed, 8 Sep 2004 01:45:55 +0200 (CEST) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id D1E964088; Wed, 8 Sep 2004 01:45:52 +0200 (CEST) To: Peter Wemm In-Reply-To: <200408302242.i7UMgASL031318@repoman.freebsd.org> (Peter Wemm's message of "Mon, 30 Aug 2004 22:42:10 +0000 (UTC)") References: <200408302242.i7UMgASL031318@repoman.freebsd.org> From: Arne Schwabe Date: Wed, 08 Sep 2004 01:45:52 +0200 Message-ID: <867jr5wslr.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.c 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, 07 Sep 2004 23:46:07 -0000 Peter Wemm writes: > peter 2004-08-30 22:42:10 UTC > > FreeBSD src repository > > Modified files: > sbin/sysctl sysctl.c > sys/dev/acpica acpi_thermal.c > Log: > Add a suffix descriptor for the acpi thermal values as a hint for the userland > sysctl tool to print a more readable value for temperatures. I hope it is related to this commit: sysctl -a hw.acpi.thermal hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.tz0.temperature: 84.0C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: 3617 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 93.0C hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 > 3617/10 -273.15; 88.5500000 Without _any_ further checking, it seems that you forgot _PSV. If I guessed wrong just ignore this Arne -- compiling millions of tiny c-programs...done checking for a working configure script... not found