1.1 --- a/Hardware/CPU/AMD0FCPU.cs Wed Feb 17 20:22:21 2010 +0000
1.2 +++ b/Hardware/CPU/AMD0FCPU.cs Wed Feb 17 20:45:31 2010 +0000
1.3 @@ -61,7 +61,7 @@
1.4 private const ushort PCI_AMD_VENDOR_ID = 0x1022;
1.5 private const ushort PCI_AMD_0FH_MISCELLANEOUS_DEVICE_ID = 0x1103;
1.6 private const uint THERMTRIP_STATUS_REGISTER = 0xE4;
1.7 - private const byte THERM_SENSE_CORE_SEL_CPU0 = 0x2;
1.8 + private const byte THERM_SENSE_CORE_SEL_CPU0 = 0x4;
1.9 private const byte THERM_SENSE_CORE_SEL_CPU1 = 0x0;
1.10
1.11 public AMD0FCPU(string name, uint family, uint model, uint stepping,