summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-12 09:19:08 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-12 09:19:08 +0000
commitf69681194d4b2da086648e9fe812a662cd1cc28f (patch)
tree8b897abe20ce2b6960c568c587585975dbd81883
parent24cc06b0f5cdabb6b4b6289a89c3ea39d742b5a7 (diff)
downloadlm-sensors-f69681194d4b2da086648e9fe812a662cd1cc28f.tar.gz
Add detection of AMD family 16h Kabini and Mullins CPU sensors
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6240 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect4
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 37b86794..2eb4480b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@ SVN HEAD
libsensors: Get rid of arbitrary limit on per-type sensor count
fancontrol: Deal with moving hwmon attributes
sensors-detect: Add detection of ADC128D818
+ Add detection of AMD family 16h Kabini and Mullins
3.3.5 "Happy Birthday Beddy" (2014-01-22)
libsensors: Improve documentation of two functions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 889750c1..6702cd95 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2415,6 +2415,10 @@ use vars qw(@cpu_ids);
driver => "k10temp",
detect => sub { amd_pci_detect('1603', '1403', '141d') },
}, {
+ name => "AMD Family 16h thermal sensors",
+ driver => "k10temp",
+ detect => sub { amd_pci_detect('1533', '1583') },
+ }, {
name => "AMD Family 15h power sensors",
driver => "fam15h_power",
detect => sub { amd_pci_detect('1604') },