Changeset 4055
- Timestamp:
- 06/23/06 18:00:04 (7 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r4054 r4055 47 47 Add Winbond W83793R/G detection 48 48 Handle the W83791D driver difference between kernels 49 Add nForce4 MCP04, MCP51 and MCP55 detection 49 50 50 51 -
lm-sensors/trunk/prog/detect/sensors-detect
r4044 r4055 701 701 match => qr/^SMBus nForce2 adapter at /, 702 702 }, 703 { 704 vendid => 0x10de, 705 devid => 0x0034, 706 func => 1, 707 procid => "nVidia Corporation nForce4 SMBus (MCP-04)", 708 driver => "i2c-nforce2", 709 match => qr/^SMBus nForce2 adapter at /, 710 }, 711 { 712 vendid => 0x10de, 713 devid => 0x0264, 714 func => 1, 715 procid => "nVidia Corporation nForce4 SMBus (MCP51)", 716 driver => "i2c-nforce2", 717 match => qr/^SMBus nForce2 adapter at /, 718 }, 719 { 720 vendid => 0x10de, 721 devid => 0x0368, 722 func => 1, 723 procid => "nVidia Corporation nForce4 SMBus (MCP55)", 724 driver => "i2c-nforce2", 725 match => qr/^SMBus nForce2 adapter at /, 726 }, 703 727 { 704 728 vendid => 0x1166,
