mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
(Phil) Patches from Mark Rusk to support Serverworks CSB5.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1152 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -403,6 +403,14 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus SMSC adapter at / },
|
||||
} ,
|
||||
{
|
||||
vendid => 0x1166,
|
||||
devid => 0x0201,
|
||||
func => 0,
|
||||
procid => "ServerWorks South Bridge",
|
||||
driver => "i2c-piix4",
|
||||
match => sub { $_[0] =~ /^SMBus CSB5 adapter at / },
|
||||
} ,
|
||||
);
|
||||
|
||||
use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
|
Reference in New Issue
Block a user