2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 00:35:35 +00:00

add support for AMD 766 to i2c-amd756. Appears to be compatible w/ 756.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1154 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-08-03 01:25:11 +00:00
parent 43e7869cb3
commit 4af5311969
4 changed files with 51 additions and 30 deletions

View File

@@ -177,7 +177,15 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
func => 3,
procid => "AMD-756 Athlon ACPI",
driver => "i2c-amd756",
match => sub { $_[0] =~ /^SMBus AMD756 adapter at [0-9,a-f]{4}/ },
match => sub { $_[0] =~ /^SMBus AMD7X6 adapter at [0-9,a-f]{4}/ },
},
{
vendid => 0x1022,
devid => 0x7413,
func => 3,
procid => "AMD-766 Athlon ACPI",
driver => "i2c-amd756",
match => sub { $_[0] =~ /^SMBus AMD7X6 adapter at [0-9,a-f]{4}/ },
},
{
vendid => 0x102b,