2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add detection of AMD Family 15h power sensors.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5959 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-04-07 14:46:46 +00:00
parent e4c6b48445
commit 96a6a2c639

View File

@@ -2199,6 +2199,10 @@ use vars qw(@cpu_ids);
name => "AMD Family 15h thermal sensors",
driver => "k10temp",
detect => sub { amd_pci_detect('1603') },
}, {
name => "AMD Family 15h power sensors",
driver => "to-be-written",
detect => sub { amd_pci_detect('1604') },
}, {
name => "Intel digital thermal sensor",
driver => "coretemp",