mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +00:00
detect Via 8231 south bridge (no driver)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1333 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -136,6 +136,13 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
|||||||
driver => "i2c-viapro",
|
driver => "i2c-viapro",
|
||||||
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
|
match => sub { $_[0] =~ /^SMBus Via Pro adapter at/ },
|
||||||
} ,
|
} ,
|
||||||
|
{
|
||||||
|
vendid => 0x1106,
|
||||||
|
devid => 0x8231,
|
||||||
|
func => 0,
|
||||||
|
procid => "VIA Technologies VT8231 South Bridge",
|
||||||
|
match => sub { $_[0] =~ /^dontmatchthis/ },
|
||||||
|
} ,
|
||||||
{
|
{
|
||||||
vendid => 0x1039,
|
vendid => 0x1039,
|
||||||
devid => 0x0008,
|
devid => 0x0008,
|
||||||
|
Reference in New Issue
Block a user