Show
Ignore:
Timestamp:
12/08/04 22:20:13 (8 years ago)
Author:
mds
Message:

add support for upcoming ICH7 based on information from

Jason Gaston

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/detect/sensors-detect

    r2787 r2793  
    135135       devid  => 0x266A, 
    136136       func => 3, 
    137        procid => "Intel ICH6", 
     137       procid => "Intel 82801FB ICH6", 
     138       driver => "i2c-i801", 
     139       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ }, 
     140     } ,  
     141     {  
     142       vendid => 0x8086, 
     143       devid  => 0x27DA, 
     144       func => 3, 
     145       procid => "Intel ICH7", 
    138146       driver => "i2c-i801", 
    139147       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ },