Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Dec 2018 20:28:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233764] [amdtemp] does not know correct offset for AMD Family 15h (A8-7600, FX-8300, etc) Tctl
Message-ID:  <bug-233764-227-TBvaBKMhmi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233764-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233764-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233764

--- Comment #18 from Conrad Meyer <cem@freebsd.org> ---
Ok, one more observation.  It seems Fam 15h models 0x60-0x7f relocated the
actual sensor to a different PCI device and offset.  Your CPUs are models:

pciconf -r pci0:0:24:3 0xfc
00630f01

  python3 -c 'print("0x%x" % (((0x00630f01 & 0xf0000) >> 12) | ((0x00630f01=
 &
0xf0) >> 4)))'

=3D> 0x30

pciconf -r pci0:0:24:3 0xfc
00600f12

=3D> 0x01

So it doesn't apply.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233764-227-TBvaBKMhmi>