From owner-freebsd-current@FreeBSD.ORG Thu Feb 23 23:14:24 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 7F641106566B; Thu, 23 Feb 2012 23:14:24 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E23588FC12; Thu, 23 Feb 2012 23:14:23 +0000 (UTC) Received: by werm13 with SMTP id m13so1652849wer.13 for ; Thu, 23 Feb 2012 15:14:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=STPg4NvdLNBnOBFNCPKvK0zGOhNH4dSeiE11d1h7qxs=; b=ia6PfYe3whBtV7VtmrGyzAJg0LC88+2blK8qNHK4gZX8CKocwUeXi9kzDv4xe3yrO7 8Db4USQnQc8AsM4k/aubFwkevuf9UFBhXITWmmnKqjwtpdocMHtd4h91xnGCJ4tgNBgo Dj3p8hlhoRBf1Dfd6YOSoh9OAlQogdY+k6ISw= MIME-Version: 1.0 Received: by 10.180.93.232 with SMTP id cx8mr634233wib.14.1330038863032; Thu, 23 Feb 2012 15:14:23 -0800 (PST) Received: by 10.227.205.6 with HTTP; Thu, 23 Feb 2012 15:14:22 -0800 (PST) In-Reply-To: <201202231812.00877.jkim@FreeBSD.org> References: <201202221425.25318.jkim@FreeBSD.org> <201202231812.00877.jkim@FreeBSD.org> Date: Thu, 23 Feb 2012 17:14:22 -0600 Message-ID: From: "Sam Fourman Jr." To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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: Thu, 23 Feb 2012 23:14:24 -0000 > > 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? -- Sam Fourman Jr.