Changeset 4249
- Timestamp:
- 12/02/06 20:56:27 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r4243 r4249 151 151 vendid => 0x8086, 152 152 devid => 0x27DA, 153 procid => "Intel ICH7",153 procid => "Intel 82801G ICH7", 154 154 driver => "i2c-i801", 155 155 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/, … … 158 158 vendid => 0x8086, 159 159 devid => 0x283E, 160 procid => "Intel ICH8",160 procid => "Intel 82801H ICH8", 161 161 driver => "i2c-i801", 162 162 match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
