- Timestamp:
- 05/02/08 14:22:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5227 r5229 174 174 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 175 175 }, 176 { 177 vendid => 0x8086, 178 devid => 0x3A30, 179 procid => "Intel ICH10", 180 driver => "i2c-i801", 181 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 182 }, 183 { 184 vendid => 0x8086, 185 devid => 0x3A60, 186 procid => "Intel ICH10", 187 driver => "i2c-i801", 188 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 189 }, 176 190 { 177 191 vendid => 0x1106,
