2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

(mds) add Voodoo3 and Banshee recognition.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@696 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker
2000-01-15 18:55:55 +00:00
parent 77875f184c
commit 8f25a91438

View File

@@ -208,6 +208,22 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
driver => "i2c-matroxfb",
match => sub { $_[0] =~ /^(DDC,MAVEN):fb[0-9]{1,2}/ },
},
{
vendid => 0x121a,
devid => 0x0005,
func => 0,
procid => "3Dfx Voodoo3",
driver => "i2c-voodoo3",
match => sub { $_[0] =~ /Voodoo3 adapter at/ },
},
{
vendid => 0x121a,
devid => 0x0003,
func => 0,
procid => "3Dfx Voodoo Banshee",
driver => "i2c-voodoo3",
match => sub { $_[0] =~ /Voodoo3 adapter at/ },
},
);
use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect