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

(Phil) Added a redundant define for Serverworks PCI vendor ID, for those

kernels which need it.  Also tweaked sensors-detect to work seemlessly
with the new driver.  Driver is tested, and works as expected! (Yeah!)


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@950 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Philip Edelbrock
2000-12-15 17:30:20 +00:00
parent a8cf5cbfa2
commit 5938b18941
2 changed files with 6 additions and 1 deletions

View File

@@ -357,7 +357,8 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
devid => 0x0200,
func => 0,
procid => "ServerWorks South Bridge",
match => sub { $_[0] =~ /^ServerWorks tobewritten/ },
driver => "i2c-osb4",
match => sub { $_[0] =~ /^SMBus OSB4 adapter at / },
} ,
);