https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233764
--- Comment #18 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
