diff --git a/CHANGES b/CHANGES index 0462cacb..b44da1fa 100644 --- a/CHANGES +++ b/CHANGES @@ -26,6 +26,7 @@ SVN HEAD Program sensors-detect: Stop Super-I/O probe after first family success Fix SMSC DME1737 detection Add /usr/sbin to the PATH (#2199) + Add ATI SB700 detection 2.10.3 (20070319) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 3457014b..65dcabd7 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -666,17 +666,24 @@ $revision =~ s/ \([^()]*\)//; { vendid => 0x1002, devid => 0x4372, - procid => "ATI Technologies Inc ATI SMBus", + procid => "ATI Technologies Inc IXP SB400 SMBus Controller", driver => "i2c-piix4", match => qr/^SMBus PIIX4 adapter at /, } , { vendid => 0x1002, devid => 0x4385, - procid => "ATI Technologies Inc ATI SMBus", + procid => "ATI Technologies Inc SB600 SMBus", driver => "i2c-piix4", match => qr/^SMBus PIIX4 adapter at /, } , + { + vendid => 0x1002, + devid => 0x4395, + procid => "ATI Technologies Inc SB700 SMBus", + driver => "i2c-piix4", + match => qr/^SMBus PIIX4 adapter at /, + }, { vendid => 0x100B, devid => 0x0500,