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

add support for Via 8233A (0x3147)

tested by neber@mwtc.e-technik.uni-ulm.de (Eckhard Neber)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1341 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2002-03-24 01:57:46 +00:00
parent 168a3331b4
commit 676e7136bf
4 changed files with 20 additions and 6 deletions

View File

@@ -136,6 +136,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
driver => "i2c-viapro",
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
} ,
{
vendid => 0x1106,
devid => 0x3147,
func => 0,
procid => "VIA Technologies VT8233A South Bridge",
driver => "i2c-viapro",
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
} ,
{
vendid => 0x1106,
devid => 0x8231,