mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
ATI IXP southbridges are now supported by the i2c-piix4 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3274 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -825,21 +825,24 @@ $revision =~ s/\$\w+: (.*?) \$/$1/g;
|
||||
devid => 0x4353,
|
||||
func => 0,
|
||||
procid => "ATI Technologies Inc ATI SMBus",
|
||||
driver => "to-be-tested",
|
||||
driver => "i2c-piix4",
|
||||
match => qr/^SMBus PIIX4 adapter at /,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1002,
|
||||
devid => 0x4363,
|
||||
func => 0,
|
||||
procid => "ATI Technologies Inc ATI SMBus",
|
||||
driver => "to-be-tested",
|
||||
driver => "i2c-piix4",
|
||||
match => qr/^SMBus PIIX4 adapter at /,
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1002,
|
||||
devid => 0x4372,
|
||||
func => 0,
|
||||
procid => "ATI Technologies Inc ATI SMBus",
|
||||
driver => "to-be-tested",
|
||||
driver => "i2c-piix4",
|
||||
match => qr/^SMBus PIIX4 adapter at /,
|
||||
} ,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user