Changeset 4055

Show
Ignore:
Timestamp:
06/23/06 18:00:04 (7 years ago)
Author:
khali
Message:

sensors-detect: Add nForce4 MCP04, MCP51 and MCP55 detection

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4054 r4055  
    4747                          Add Winbond W83793R/G detection 
    4848                          Handle the W83791D driver difference between kernels 
     49                          Add nForce4 MCP04, MCP51 and MCP55 detection 
    4950 
    5051 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4044 r4055  
    701701       match => qr/^SMBus nForce2 adapter at /, 
    702702     },  
     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     }, 
    703727     { 
    704728       vendid => 0x1166,