mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
(mds) add entry for Serverworks south bridge. 0x1166 / 0x0200.
Not completely sure this is the correct PCI ID though. No driver yet (requires NDA). git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@937 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -352,6 +352,13 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-riva",
|
||||
match => sub { $_[0] =~ /^NVIDIA display/ },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1166,
|
||||
devid => 0x0200,
|
||||
func => 0,
|
||||
procid => "ServerWorks South Bridge",
|
||||
match => sub { $_[0] =~ /^ServerWorks tobewritten/ },
|
||||
} ,
|
||||
);
|
||||
|
||||
use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
|
Reference in New Issue
Block a user