[Bug 233764] [amdtemp] does not know correct offset for AMD Family 15h (A8-7600, FX-8300, etc) Tctl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 7 20:29:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233764

--- Comment #18 from Conrad Meyer <cem at 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)))'

=> 0x30

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

=> 0x01

So it doesn't apply.

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


More information about the freebsd-bugs mailing list