From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 11 00:42:03 2014 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5146349; Tue, 11 Mar 2014 00:42:03 +0000 (UTC) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 519E47DD; Tue, 11 Mar 2014 00:42:03 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id jx11so7991754veb.3 for ; Mon, 10 Mar 2014 17:42:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KBQilVnevMKIjlp9eBucK2ekB0Qi63ZflliOFXvEptM=; b=v161Uw2QWL8qk9XAimIrHFjLOmoUzfwVFrBFFJMc7Bxecn4W2Te6qauEr38GlpjigB psvDg634IUYHiqi7sgFU1vJ9uLEWx6ECIj4fBX1rV/Bhm2WCucN+f5h0DZyOC2svD2yd hch5CkHA6XQ2HxEnDod9u/bbehLLZf8Uc1sutcZnEyiVuIZ//kkMUQvR3/VmTZQG9/Y0 KMcqJNN6euhL1vlhRe5XhMr5wsprzBNUqm7tJIfNzROkVbEj0kDuKbh3UcSIr/6vei/u UbL7atS/HhGQueT4KQ2Jj+7fPfC6l28MUf6Onpxp2B5Ieupx/h0T7KVmXAGeV56iGpmP eIig== MIME-Version: 1.0 X-Received: by 10.52.126.107 with SMTP id mx11mr43048vdb.41.1394498522480; Mon, 10 Mar 2014 17:42:02 -0700 (PDT) Received: by 10.52.164.135 with HTTP; Mon, 10 Mar 2014 17:42:02 -0700 (PDT) In-Reply-To: References: <201403081352.s28Dq8Y9051703@freefall.freebsd.org> Date: Mon, 10 Mar 2014 20:42:02 -0400 Message-ID: Subject: Re: kern/186587: [amdtemp] [patch] Add Temperature Support for AMD Motherboard Family 16h (Kabini) From: David Rufino To: "brueffer@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-bugs@FreeBSD.org" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 00:42:03 -0000 Just to be more specific, here's the corresponding linux driver http://lxr.free-electrons.com/source/drivers/hwmon/k10temp.c#L211 http://lxr.free-electrons.com/source/include/linux/pci_ids.h#L529 Cheers, David On Sat, Mar 8, 2014 at 6:55 PM, David Rufino wrote: > Hello, > > I think the equivalent file in the Linux kernel is k10temp.c, which is > where I got the device id from. I also verified that it works on mine... > > Thanks, > David > > > > On 8 Mar 2014, at 08:52, brueffer@FreeBSD.org wrote: > > > > Synopsis: [amdtemp] [patch] Add Temperature Support for AMD Motherboard > Family 16h (Kabini) > > > > State-Changed-From-To: open->feedback > > State-Changed-By: brueffer > > State-Changed-When: Sat Mar 8 14:49:49 CET 2014 > > State-Changed-Why: > > Hi David, are you sure 0x1533 is the correct device ID? The Linux > kernel seems to use > > 0x1534: > > > > > http://fxr.watson.org/fxr/ident?v=linux-2.6;im=10;i=PCI_DEVICE_ID_AMD_16H_NB_F4 > > > > > > Responsible-Changed-From-To: freebsd-bugs->brueffer > > Responsible-Changed-By: brueffer > > Responsible-Changed-When: Sat Mar 8 14:49:49 CET 2014 > > Responsible-Changed-Why: > > Grab. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=186587 >