summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark D. Studebaker <mdsxyz123@yahoo.com>2002-04-02 02:08:56 +0000
committerMark D. Studebaker <mdsxyz123@yahoo.com>2002-04-02 02:08:56 +0000
commit90b71c2313f53eb4f01ec4c9392a89be90d7376d (patch)
treea30fb068e1503469dc035faa44d45703555b1297
parent958e20c76ff86a40f57ba737eb7df8e4d005a122 (diff)
downloadlm-sensors-git-90b71c2313f53eb4f01ec4c9392a89be90d7376d.tar.gz
add S3 chips
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1346 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xprog/detect/sensors-detect74
1 files changed, 73 insertions, 1 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 86f1afc6..ac66f3a8 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2,7 +2,7 @@
#
# sensors-detect - Detect PCI bus and chips
-# Copyright (c) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>
+# Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -548,6 +548,78 @@ use vars qw(@pci_adapters @chip_ids @undetectable_adapters);
driver => "i2c-adap-ite",
match => sub { $_[0] =~ /^ITE IIC adapter/ },
} ,
+ {
+ vendid => 0x5333,
+ devid => 0x8A20,
+ func => 0,
+ procid => "S3 Savage 3D",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8A21,
+ func => 0,
+ procid => "S3 Savage 3D MV",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8A22,
+ func => 0,
+ procid => "S3 Savage 4",
+ driver => "i2c-savage4",
+ match => sub { $_[0] =~ /Savage4 adapter/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x9102,
+ func => 0,
+ procid => "S3 Savage 2000",
+ driver => "i2c-savage4",
+ match => sub { $_[0] =~ /Savage4 adapter/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8A25,
+ func => 0,
+ procid => "S3 ProSavage PM",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8A26,
+ func => 0,
+ procid => "S3 ProSavage KM",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8C10,
+ func => 0,
+ procid => "S3 Savage MX MV",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8C11,
+ func => 0,
+ procid => "S3 Savage MX",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8C12,
+ func => 0,
+ procid => "S3 Savage IX MV",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
+ {
+ vendid => 0x5333,
+ devid => 0x8C13,
+ func => 0,
+ procid => "S3 Savage IX",
+ match => sub { $_[0] =~ /^dontmatchthis/ },
+ } ,
);
use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect