Changeset 2993

Show
Ignore:
Timestamp:
05/09/05 22:56:26 (8 years ago)
Author:
ruik
Message:

Added new Intel southbridge known as ESB2
Official chipset name is not known yet. Needs to be fixed in future.

Files:
1 modified

Legend:

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

    r2972 r2993  
    132132     } ,  
    133133     {  
     134       vendid => 0x8086, 
     135       devid  => 0x269B, 
     136       func => 3, 
     137       procid => "Intel Enterprise Southbridge - ESB2", 
     138       driver => "i2c-i801", 
     139       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ }, 
     140     }, 
     141     { 
    134142       vendid => 0x8086, 
    135143       devid  => 0x266A,