summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5a9101cd..fb9dbfe6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,7 @@ SVN HEAD
Add detection of various Intel SMBus controllers
Add detection of Giantec GT30TS00
Add detection of ONS CAT34TS02C and CAT34TS04
+ Add detection of AMD Family 15h Model 60+ temperature sensors
configs: Add sample configuration files.
3.4.0 (2015-06-25)
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 191af68f..05b8fa83 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2758,7 +2758,7 @@ use vars qw(@cpu_ids);
}, {
name => "AMD Family 15h thermal sensors",
driver => "k10temp",
- detect => sub { amd_pci_detect('1603', '1403', '141d') },
+ detect => sub { amd_pci_detect('1603', '1403', '141d', '1573') },
}, {
name => "AMD Family 16h thermal sensors",
driver => "k10temp",