mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user