Changeset 4408

Show
Ignore:
Timestamp:
05/17/07 14:05:48 (6 years ago)
Author:
khali
Message:

sensors-detect: Add support for the ATI SB700 SMBus controller.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r4405 r4408  
    2222                          Fix SMSC DME1737 detection 
    2323                          Add /usr/sbin to the PATH (#2199) 
     24                          Add ATI SB700 detection 
    2425 
    2526 
  • lm-sensors/trunk/prog/detect/sensors-detect

    r4398 r4408  
    667667       vendid => 0x1002, 
    668668       devid  => 0x4372, 
    669        procid => "ATI Technologies Inc ATI SMBus", 
     669       procid => "ATI Technologies Inc IXP SB400 SMBus Controller", 
    670670       driver => "i2c-piix4", 
    671671       match => qr/^SMBus PIIX4 adapter at /, 
     
    674674       vendid => 0x1002, 
    675675       devid  => 0x4385, 
    676        procid => "ATI Technologies Inc ATI SMBus", 
     676       procid => "ATI Technologies Inc SB600 SMBus", 
    677677       driver => "i2c-piix4", 
    678678       match => qr/^SMBus PIIX4 adapter at /, 
    679679     } ,  
     680     { 
     681       vendid => 0x1002, 
     682       devid  => 0x4395, 
     683       procid => "ATI Technologies Inc SB700 SMBus", 
     684       driver => "i2c-piix4", 
     685       match => qr/^SMBus PIIX4 adapter at /, 
     686     },  
    680687     { 
    681688       vendid => 0x100B,