From owner-freebsd-acpi@FreeBSD.ORG Mon Nov 19 18:49:50 2007 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6649D16A41B for ; Mon, 19 Nov 2007 18:49:50 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 4615713C447 for ; Mon, 19 Nov 2007 18:49:50 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id BC3E561BA22 for ; Mon, 19 Nov 2007 10:18:06 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25591-06 for ; Mon, 19 Nov 2007 10:18:03 -0800 (PST) Received: from [10.0.0.40] (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id CEEE461BA1B for ; Mon, 19 Nov 2007 10:18:03 -0800 (PST) Message-ID: <4741D35B.1010509@miralink.com> Date: Mon, 19 Nov 2007 10:18:03 -0800 From: Sean Bruno User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: freebsd-acpi@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Nov 19 10:18:04 2007 X-DSPAM-Confidence: 0.6197 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4741d35c218353377160525 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: Subject: Temperature sensor is absurd X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 18:49:50 -0000 Using RELENG_6(updated) on a Shuttle xPC SD30G2, I am seeing the following error message repeating on the console: acpi_tz0: _TMP value is absurd, ignored (-73.0C) The temperature reported by the BIOS is ~31C for the CPU and ~32C for the System. I agree that -73C is "absurd" for sure. The system has the latest BIOS(rev 7). What should I look at to repair this condition? I have dumped the ACPI tables http://consultcsg.com/shuttle.asl http://consultcsg.com/shuttle.dsdt Sean