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 16h power sensors. Patch from Boris

Ostrovsky.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6112 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2013-01-12 14:35:31 +00:00
parent 8714492f6b
commit 9c91c2897e
2 changed files with 5 additions and 0 deletions

View File

@@ -2352,6 +2352,10 @@ use vars qw(@cpu_ids);
name => "AMD Family 15h power sensors",
driver => "fam15h_power",
detect => sub { amd_pci_detect('1604') },
}, {
name => "AMD Family 16h power sensors",
driver => "fam15h_power",
detect => sub { amd_pci_detect('1534') },
}, {
name => "Intel digital thermal sensor",
driver => "coretemp",