Changeset 2793 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 12/08/04 22:20:13 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/detect/sensors-detect
r2787 r2793 135 135 devid => 0x266A, 136 136 func => 3, 137 procid => "Intel ICH6", 137 procid => "Intel 82801FB ICH6", 138 driver => "i2c-i801", 139 match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ }, 140 } , 141 { 142 vendid => 0x8086, 143 devid => 0x27DA, 144 func => 3, 145 procid => "Intel ICH7", 138 146 driver => "i2c-i801", 139 147 match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9a-f]{4}/ },
