Changeset 2779 for lm-sensors/trunk/prog/detect/sensors-detect
- Timestamp:
- 11/29/04 21:24:28 (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
r2770 r2779 645 645 driver => "i2c-nforce2", 646 646 match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 647 } , 648 { 647 }, 648 { 649 vendid => 0x10de, 650 devid => 0x0084, 651 func => 1, 652 procid => "nVidia Corporation nForce2 Ultra 400 SMBus (MCP)", 653 driver => "i2c-nforce2", 654 match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 655 }, 656 { 657 vendid => 0x10de, 658 devid => 0x00D4, 659 func => 1, 660 procid => "nVidia Corporation nForce3 Pro150 SMBus (MCP)", 661 driver => "i2c-nforce2", 662 match => sub { $_[0] =~ /^SMBus nForce2 adapter at / }, 663 }, 664 { 649 665 vendid => 0x1166, 650 666 devid => 0x0200,
