Changeset 5564

Show
Ignore:
Timestamp:
12/13/08 19:51:53 (3 years ago)
Author:
khali
Message:

Add Intel Core I7 support. Patch from Reinhard Nissl.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5474 r5564  
    4141                          Add SMSC LPC47M233 support 
    4242                          Fix SMBus detection of W83627EHF and W83627DHG 
     43                          Add Intel Core I7 support 
    4344 
    44452.10.7 (20080701) 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r5537 r5564  
    55455545                                 $probecpu->{'model'} == 15 || 
    55465546                                 $probecpu->{'model'} == 0x16 || 
    5547                                  $probecpu->{'model'} == 0x17)) { 
     5547                                 $probecpu->{'model'} == 0x17 || 
     5548                                 $probecpu->{'model'} == 0x1a)) { 
    55485549                        return 9; 
    55495550                }