Index: lm-sensors/trunk/prog/detect/sensors-detect
===================================================================
--- lm-sensors/trunk/prog/detect/sensors-detect	(revision 2552)
+++ lm-sensors/trunk/prog/detect/sensors-detect	(revision 2558)
@@ -120,4 +120,20 @@
        func => 3,
        procid => "Intel 82801EB ICH5",
+       driver => "i2c-i801",
+       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
+     } , 
+     { 
+       vendid => 0x8086,
+       devid  => 0x25A4,
+       func => 3,
+       procid => "Intel 6300ESB",
+       driver => "i2c-i801",
+       match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
+     } , 
+     { 
+       vendid => 0x8086,
+       devid  => 0x266A,
+       func => 3,
+       procid => "Intel ICH6",
        driver => "i2c-i801",
        match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
