2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

add support for nvidia nForce to i2c-amd756.

Patch from
        Csaba Halász <hcs@ics2.ics.tvnet.hu>


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1365 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-05-01 23:28:09 +00:00
parent 88439d9566
commit 7e4acca8c8
2 changed files with 58 additions and 30 deletions

View File

@@ -514,7 +514,8 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
devid => 0x01b4,
func => 1,
procid => "nVidia nForce SMBus",
match => sub { $_[0] =~ /dontmatchthis/ },
driver => "i2c-amd756",
match => sub { $_[0] =~ /^SMBus AMD7X6 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x1166,