From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 08:32:09 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B573B106566C for ; Mon, 1 Sep 2008 08:32:09 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 417FB8FC08 for ; Mon, 1 Sep 2008 08:32:09 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so713116eyi.7 for ; Mon, 01 Sep 2008 01:32:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:sender; bh=nw/MZX7CA5V/hc+7oAub1LaePGlq6oI6khXAIacxflM=; b=peC/7YIkCUTRehN/i8Sl8g7PEcIpMnS5FDt4d10SJJlxXAyYI5kLTuPfLpS19LEu3y Xr9WcAFvFvQz6T3y4kIZ4A0xQuoUVvXAl65uWiUoLSWZhzclIBpJmx8ACpJM3etcWsBD sbDSfxaKLR5ksf8SJYy1LTedqGwcyMvYHHsBI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent:sender; b=bLwWbvFzeoVcMUJuLY8t6O8jml0e0IbyfYmcc6vMz6scH5sWYZoD06PX1JHdoN31PX dTfkcE+CwV9pOMnIRfpiPeGMGJkyZTmDGQHNMtrHfclF330033llETFthNq5sP4oxysT VvDkA0N7Tm5XZaXH/MCbLWtgU1IivKxD5H0Pg= Received: by 10.210.56.7 with SMTP id e7mr6187218eba.5.1220257927884; Mon, 01 Sep 2008 01:32:07 -0700 (PDT) Received: from alpha.local ( [83.144.140.92]) by mx.google.com with ESMTPS id 5sm7477834eyf.8.2008.09.01.01.32.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Sep 2008 01:32:07 -0700 (PDT) Received: by alpha.local (Postfix, from userid 1001) id 52FB6F57A; Mon, 1 Sep 2008 09:31:06 +0100 (WEST) Date: Mon, 1 Sep 2008 09:31:06 +0100 From: Rui Paulo To: "army.of.root@googlemail.com" Message-ID: <20080901083106.GB97323@alpha.local> References: <48BB403C.5090103@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BB403C.5090103@googlemail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Rui Paulo Cc: freebsd-current@FreeBSD.org, Rui Paulo Subject: Re: k8temp choose the higher temp of the two sensors on one core X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2008 08:32:09 -0000 On Mon, Sep 01, 2008 at 03:07:08AM +0200, army.of.root@googlemail.com wrote: > Hi, > > I noticed that not the highest of the two temp values of one core is used: > > dev.cpu.0.temperature: 46 > dev.cpu.1.temperature: 46 <== > dev.k8temp.0.%desc: AMD K8 Thermal Sensors > dev.k8temp.0.%driver: k8temp > dev.k8temp.0.%parent: hostb3 > dev.k8temp.0.sensor0.core0: 46 > dev.k8temp.0.sensor0.core1: 49 <== > dev.k8temp.0.sensor1.core0: 46 > dev.k8temp.0.sensor1.core1: 46 > Well, this is normal. The temperature is queried twice, so it could have changed meanwhile. Regards, -- Rui Paulo