Changeset 4104
- Timestamp:
- 08/23/06 16:41:42 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4102 r4104 66 66 Drop the ISA IT87xxF detection 67 67 Check i2c adapter functionalities before probing 68 Add Intel ICH8 SMBus detection 68 69 69 70 -
lm-sensors/trunk/prog/detect/sensors-detect
r4092 r4104 158 158 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 159 159 } , 160 { 161 vendid => 0x8086, 162 devid => 0x283E, 163 func => 3, 164 procid => "Intel ICH8", 165 driver => "i2c-i801", 166 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, 167 }, 160 168 { 161 169 vendid => 0x1106,
