From owner-cvs-all@FreeBSD.ORG Thu Aug 16 01:40:29 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F2516A41A; Thu, 16 Aug 2007 01:40:29 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id AA3A913C45D; Thu, 16 Aug 2007 01:40:28 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 0104469100B; Thu, 16 Aug 2007 02:20:18 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id C265669100D; Thu, 16 Aug 2007 02:20:17 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DSBL, RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local (unknown [83.144.141.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id 4B74169100B; Thu, 16 Aug 2007 02:20:17 +0100 (WEST) Message-ID: <46C3A55B.60009@fnop.net> Date: Thu, 16 Aug 2007 02:16:11 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <200708151926.l7FJQ3Md029693@repoman.freebsd.org> <20070815204708.GA11724@tirith.brixandersen.dk> <864pj0qxy7.fsf@ds4.des.no> In-Reply-To: <864pj0qxy7.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include specialreg.h src/sys/conf files.amd64 files.i386 src/sys/dev/coretemp coretemp.c src/sys/i386/include specialreg.h src/sys/modules Makefile src/sys/modules/coretemp Makefile src/sys/amd64/conf NOTES ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 16 Aug 2007 01:40:29 -0000 Dag-Erling Smørgrav wrote: > Henrik Brix Andersen writes: >> $ dmesg | grep coretemp >> coretemp0: on cpu0 >> coretemp1: on cpu1 >> >> $ sysctl dev.cpu.0.temperature >> dev.cpu.0.temperature: -50 >> >> $ sysctl dev.cpu.1.temperature >> dev.cpu.1.temperature: -49 > > This means Tj(max) is not properly detected. The CPU actually reports > the temperature as a delta from the maximum rated operating temperature > in degrees Celsius; you're seeing the raw value. > > Actually, the bug is easy to see: Right, sorry. The patch looks fine. Regards. -- Rui Paulo