Changeset 5049

Show
Ignore:
Timestamp:
11/27/07 12:16:48 (1 year ago)
Author:
ruik
Message:

Add Intel Celeron 4xx and Intel Core 2 CPUs on 45nm (Penryn) detection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r5046 r5049  
    2222                          Reduce w83781d/lm78 I2C address probing range 
    2323                          Drop PCA9540 detection 
     24                          Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection 
    2425 
    25262.10.5 (20071024) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5046 r5049  
    54495449                                $probecpu->{'cpu family'} == 6 && 
    54505450                                ($probecpu->{'model'} == 14 || 
    5451                                  $probecpu->{'model'} == 15)) { 
     5451                                 $probecpu->{'model'} == 15 || 
     5452                                 $probecpu->{'model'} == 16 || 
     5453                                 $probecpu->{'model'} == 17)) { 
    54525454                        return 9; 
    54535455                }