mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +00:00
sensors-detect: Add support for the ATI SB700 SMBus controller.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4409 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
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)
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user