From owner-freebsd-current@FreeBSD.ORG Fri Feb 24 19:56:18 2012 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 D4745106566C for ; Fri, 24 Feb 2012 19:56:18 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id A53238FC15 for ; Fri, 24 Feb 2012 19:56:18 +0000 (UTC) Received: by pbcxa7 with SMTP id xa7so3269855pbc.13 for ; Fri, 24 Feb 2012 11:56:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=VaIH7CWE8hGA8iyUJwJvQ6XlFqvqpHn1/6lH5DIa48U=; b=fVX7eKX3R+3CWV8JbK/cqNZIRNTRJTRExRML5rueQP5lVnFZMqX7018DEmd/DW8JbD YVmXbVH/eZ9++9pHKFeq2vuV2WxDfgmGUybYzO8vhTgciSr7wku2Wa4kdMrBtEY1/qrx RMwkGJWqlPsbJflgu6aSK7SZwXlyOSvcRktNM= Received: by 10.68.74.197 with SMTP id w5mr9443202pbv.129.1330113378253; Fri, 24 Feb 2012 11:56:18 -0800 (PST) Received: from flatline.local ([74.195.19.178]) by mx.google.com with ESMTPS id x3sm5152792pbn.5.2012.02.24.11.56.16 (version=SSLv3 cipher=OTHER); Fri, 24 Feb 2012 11:56:17 -0800 (PST) Message-ID: <4F47EB5F.2080103@gmail.com> Date: Fri, 24 Feb 2012 11:56:15 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Jung-uk Kim References: <201202231812.00877.jkim@FreeBSD.org> <201202231922.43522.jkim@FreeBSD.org> In-Reply-To: <201202231922.43522.jkim@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Sam Fourman Jr." , freebsd-current@FreeBSD.org Subject: Re: AMD K15 sensor support 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: Fri, 24 Feb 2012 19:56:18 -0000 On 02/23/12 16:22, Jung-uk Kim wrote: > On Thursday 23 February 2012 06:14 pm, Sam Fourman Jr. wrote: >> BTW, the temperature reading goes up when the system is loaded and >> goes down when it is idle, right? Just making sure... >> >> Thanks, >> >> Jung-uk Kim >> >> yes that is correct I tested this patch on 2 FX series Processors >> a 6 core and 8 core, both work fine. any chance you could commit >> this patch to HEAD? > Done. > > Jung-uk Kim > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Just tested this as result of HEAD commit. With dual Opteron 4128, amdtemp.ko output now matches "ipmitool sensor" (BMC) output, which it didn't in the past. amdtemp.ko used to read higher. So low or not, we're at least reading it the "same" in the case (we have an extra digit of precision, actually, but...) Matt