From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 01:37:43 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 F0C9C106568C for ; Mon, 1 Sep 2008 01:37:43 +0000 (UTC) (envelope-from army.of.root@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 8131A8FC1C for ; Mon, 1 Sep 2008 01:37:43 +0000 (UTC) (envelope-from army.of.root@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so1115423fgb.35 for ; Sun, 31 Aug 2008 18:37:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=oYDs/F5hRlkieTCM43pD8GGeGokqtjFjTACR//++Jxs=; b=iiLUVa6K4hL3tkXZrLZIDq6u3nX5zhjat7/R783MAOSeJe7Vr35p5TeLqkhOXEAqau YaBDwhym5YlV5VqkG45YKAF2s4y3Iv+71A3H0Vf+8EiooAkEyH4yKkPVAg2p0KSLWzB+ d+ggRZ+ELhHd+zGlRhoIEtmXg3eD2U/+pJGlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=cgD5vlsCDfT2LOEFn3+i8Mf9NK4F1TRbkD9zT/jhyzdkQG5QPt2AAIMPzoaeleoD9h waHx5Nm2SOV6Rs/Q04a8Ow5MO9uZnXeHdEKwKJ6opaqcHZur1ZriUO+RhGLwO3OY0p9f 0m+duvnUw7KSDAOn9dy5CFwceBSmDbA4C4bCE= Received: by 10.86.60.15 with SMTP id i15mr4136293fga.14.1220231230232; Sun, 31 Aug 2008 18:07:10 -0700 (PDT) Received: from ?192.168.2.18? ( [84.134.242.148]) by mx.google.com with ESMTPS id l12sm5938772fgb.6.2008.08.31.18.07.08 (version=SSLv3 cipher=RC4-MD5); Sun, 31 Aug 2008 18:07:09 -0700 (PDT) Message-ID: <48BB403C.5090103@googlemail.com> Date: Mon, 01 Sep 2008 03:07:08 +0200 From: "army.of.root@googlemail.com" User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Rui Paulo Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 02 Sep 2008 02:40:18 +0000 Cc: freebsd-current@FreeBSD.org Subject: 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 01:37:44 -0000 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 I assume the dev.cpu.1.temperature sysctl comes from the k8temp module, because it only shows up if it is loaded. Thanks for the great module !