From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 11 20:38:20 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E612216A420 for ; Mon, 11 Feb 2008 20:38:20 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 79DF413C45A for ; Mon, 11 Feb 2008 20:38:20 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so597080uge.37 for ; Mon, 11 Feb 2008 12:38:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; bh=4u9TKjC/Y3PuFLr+y2XnvCgHLAt6GQdDX3rj9WU9gfA=; b=qi8K3ZiiAFSfmEUaQ5HosVVq1R2zkJfYobJhVzuTsX/oXhDOOcFB+QjGkhhZ1O67Iyv0+/E+xnY6LgM7A8QH9vXUrtS5xZ7xOxUJe6OF3C248fqNMiA4K00z7FGZlLTaBdhFTHv+Lrykfd5YtgKO2vm/kiNc0bdO68OKYkVb7sY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer:sender; b=NQZ47ZQa8Zs/M+nd5miLYM5jsMI/hiEjRknahOfmn+cf2TDgrH0ocdpN+3hlxVRukcfAiKD6AyslVXxx4d7XOqkEyV61xbYQobl+RWw8wOqLeQuifRpDoEb4S4YOcLN3c5TUnE21C2c9N//XnnlaqxAOwM+6WnqSPpdTc1Ak9RE= Received: by 10.66.217.20 with SMTP id p20mr9518648ugg.51.1202762298804; Mon, 11 Feb 2008 12:38:18 -0800 (PST) Received: from ?89.214.167.223? ( [89.214.167.223]) by mx.google.com with ESMTPS id j8sm6310087gvb.7.2008.02.11.12.38.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Feb 2008 12:38:18 -0800 (PST) Message-Id: <375A934D-77AA-4601-8E21-47AE4C3603EE@FreeBSD.org> From: Rui Paulo To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= In-Reply-To: <86abm82wvx.fsf@ds4.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 11 Feb 2008 20:38:11 +0000 References: <86abm82wvx.fsf@ds4.des.no> X-Mailer: Apple Mail (2.915) Sender: Rui Paulo Cc: freebsd-amd64@freebsd.org Subject: Re: CFT: k8temp driver X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 20:38:21 -0000 On Feb 10, 2008, at 11:51 PM, Dag-Erling Sm=F8rgrav wrote: > Rui Paulo writes: >> Some AMD systems have two thermal sensors on both cores. [...] > > Is there any way you can have it report the higher of these two as > dev.cpu.N.temperature, for compatibility with coretemp(4)? This will > make life much easier for system monitoring software (munin, nagios =20= > etc) Yes, I could try that, but what namespace (compatible with =20 dev.cpu.N.temperature) do you suggest? dev.cpu.N.temperature dev.cpu.N.temperature2 ? This looks bad :-( Regards. -- Rui Paulo