2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

(mds) add support for Via 596B with PCI ID 0x3051.

Found and patch submitted by Phil Langdale.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@901 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-10-12 02:57:18 +00:00
parent 8251d7cbd3
commit c8b9526eb2
3 changed files with 20 additions and 1 deletions

View File

@@ -96,6 +96,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
driver => "i2c-viapro",
match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x1106,
devid => 0x3051,
func => 3,
procid => "VIA Technologies VT 82C596B ACPI",
driver => "i2c-viapro",
match => sub { $_[0] =~ /^SMBus vt82c596 adapter at [0-9,a-f]{4}/ },
} ,
{
vendid => 0x1106,
devid => 0x3057,