Show
Ignore:
Timestamp:
05/22/04 06:02:19 (9 years ago)
Author:
mds
Message:

add support for ICH6 and 6300ESB (backport of 2.6 patch)

Files:
1 modified

Legend:

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

    r2552 r2558  
    120120       func => 3, 
    121121       procid => "Intel 82801EB ICH5", 
     122       driver => "i2c-i801", 
     123       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ }, 
     124     } ,  
     125     {  
     126       vendid => 0x8086, 
     127       devid  => 0x25A4, 
     128       func => 3, 
     129       procid => "Intel 6300ESB", 
     130       driver => "i2c-i801", 
     131       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ }, 
     132     } ,  
     133     {  
     134       vendid => 0x8086, 
     135       devid  => 0x266A, 
     136       func => 3, 
     137       procid => "Intel ICH6", 
    122138       driver => "i2c-i801", 
    123139       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },