Changeset 5048

Show
Ignore:
Timestamp:
11/27/07 12:13:49 (4 years ago)
Author:
ruik
Message:

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

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5047 r5048  
    1515                  Add SMSC LPC47B367-NC detection (no sensors) 
    1616                  Reduce w83781d/lm78 I2C address probing range 
     17                  Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection  
    1718 
    18193.0.0-rc3 (2007-10-28) 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5045 r5048  
    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                }