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

Add Via 8233 detection. no driver yet.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1177 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2001-09-15 13:25:43 +00:00
parent 4c57e850a0
commit 0a383cc436
2 changed files with 9 additions and 1 deletions

View File

@@ -112,6 +112,13 @@ 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 => 0x3074,
func => 0,
procid => "VIA Technologies VT8233 Apollo 266 South Bridge",
match => sub { $_[0] =~ /^dontmatchthis/ },
} ,
{
vendid => 0x1039,
devid => 0x0008,