mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Add Lynnfield detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5825 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -5476,7 +5476,8 @@ sub coretemp_detect
|
||||
$probecpu->{model} == 15 || # Core 2 DC 65nm
|
||||
$probecpu->{model} == 0x16 || # Core 2 SC 65nm
|
||||
$probecpu->{model} == 0x17 || # Penryn 45nm
|
||||
$probecpu->{model} == 0x1a); # Nehalem
|
||||
$probecpu->{model} == 0x1a || # Nehalem
|
||||
$probecpu->{model} == 0x1e); # Lynnfield
|
||||
return 9 if $chip == 1 &&
|
||||
($probecpu->{model} == 0x1c); # Atom
|
||||
}
|
||||
|
Reference in New Issue
Block a user