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

We have a driver for the AMD family 10h/11h now (k10temp).

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5807 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2009-12-06 16:44:08 +00:00
parent e58cb01e91
commit 04e9184038

View File

@@ -1884,11 +1884,11 @@ use vars qw(@cpu_ids);
detect => \&k8temp_pci_detect,
}, {
name => "AMD Family 10h thermal sensors",
driver => "to-be-written",
driver => "k10temp",
detect => \&fam10h_pci_detect,
}, {
name => "AMD Family 11h thermal sensors",
driver => "to-be-written",
driver => "k10temp",
detect => \&fam11h_pci_detect,
}, {
name => "Intel Core family thermal sensor",