2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +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:
Jean Delvare
2007-05-17 12:07:20 +00:00
parent 835c00d1bc
commit 8cc806b298
2 changed files with 10 additions and 2 deletions

View File

@@ -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,