Changeset 527
- Timestamp:
- 08/16/99 03:42:28 (14 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
r524 r527 55 55 driver => "i2c-piix4", 56 56 match => sub { $_[0] =~ /^SMBus PIIX4 adapter at [0-9,a-f]{4}/ }, 57 } , 58 { 59 vendid => 0x8086, 60 devid => 0x2413, 61 func => 3, 62 procid => "Intel 82801AA ICH", 63 driver => "i2c-i801", 64 match => sub { $_[0] =~ /^SMBus i801AA adapter at [0-9,a-f]{4}/ }, 65 } , 66 { 67 vendid => 0x8086, 68 devid => 0x2423, 69 func => 3, 70 procid => "Intel 82801AB ICH0", 71 driver => "i2c-i801", 72 match => sub { $_[0] =~ /^SMBus i801AB adapter at [0-9,a-f]{4}/ }, 57 73 } , 58 74 {
