Changeset 2558 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 05/22/04 06:02:19 (9 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
r2552 r2558 120 120 func => 3, 121 121 procid => "Intel 82801EB ICH5", 122 driver => "i2c-i801", 123 match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ }, 124 } , 125 { 126 vendid => 0x8086, 127 devid => 0x25A4, 128 func => 3, 129 procid => "Intel 6300ESB", 130 driver => "i2c-i801", 131 match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ }, 132 } , 133 { 134 vendid => 0x8086, 135 devid => 0x266A, 136 func => 3, 137 procid => "Intel ICH6", 122 138 driver => "i2c-i801", 123 139 match => sub { $_[0] =~ /^SMBus I801 adapter at [0-9,a-f]{4}/ },
