root/lm-sensors/trunk/doc/chips/SUMMARY @ 590

Revision 590, 3.0 KB (checked in by mds, 14 years ago)

(mds) add in name of thmc50/adm1022 driver.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1SUMMARY OF SUPPORTED CHIPS
2==========================
3This is a summary of the sensor and non-sensor chips supported
4by this package. It summarizes the features of each supported chip.
5
6For further information on a particular chip, see the documentation
7in this directory. Data sheets are generally available on the
8manufacturer's web site.
9
10To determine what chips you have in your system,
11run prog/detect/sensors-detect.
12
13If your sensor chip is not detected by sensors-detect
14or supported by this package,
15please send mail to lm78@stimpy.netroedge.com.
16
17Please include the following in your mail:
18        - The output of (as root) 'prog/detect/sensors-detect'
19        - The output of (as root) 'prog/detect/i2cdetect 1'
20              (assuming your smbus adapter is on bus 1 -
21              check the output of 'cat /proc/bus/i2c' to make sure).
22        - The output of (as root) 'prog/dump/i2cdump 1 0xXX b'
23              XX = the address of the chip you see in the output of i2cdetect.
24        - Part numbers of chips on your motherboard you think are
25              the sensor chips.
26
27
28-----------------------------------------------------------------------------
29-----------------------------------------------------------------------------
30
31SUPPORTED SENSOR CHIPS
32----------------------
33
34                        Included Sensors        Controls Busses
35                        ----------------------  -------  -----------
36Driver  Chips           #temp   #vin    #fanin  pwm/dac i2c     ISA
37---------------------------------------------------------------------
38adm1021
39        adm1021         2       -       -       -       yes     no
40        max1617         2       -       -       -       yes     no
41        max1617a        2       -       -       -       yes     no
42        thmc10          2       -       -       -       yes     no
43        xeon            1       -       -       -       yes     no
44
45adm9240
46        adm9240         1       6       2       1 dac   yes     no
47        ds1780          1       6       2       1 dac   yes     no
48        lm81            1       6       2       1 dac   yes     no
49
50gl518sm
51        gl518sm (r00)   1       1/4     2       -       yes     no
52        gl518sm (r80)   1       4       2       -       yes     no
53
54gl520sm
55        gl520sm         2/1     4/5     2       -       yes     no
56
57lm75
58        lm75            1       -       -       -       yes     no
59
60lm78
61        lm78            1       7       3       -       yes     yes
62        lm78-j          1       7       3       -       yes     yes
63        lm79            1       7       3       -       yes     yes
64
65lm80
66        lm80            1       7       2       -       yes     no
67
68maxilife
69        maxilife-as     5       4       3       -       yes     no
70        maxilife-co     5       4       3       -       yes     no
71        maxilife-cg     5       4       3       -       yes     no
72
73sis5595
74        sis5595         1       7       3       -       no      yes
75
76thmc50
77        adm1022         3       2       -       1 dac   yes     no
78        thmc50          3       2       -       1 dac   yes     no
79
80w83781d
81        w83781d         3       7       3       -       yes     yes
82        w83782d         3       9       3       2-4 pwm yes     yes
83        w83783s         1-2     5-6     3       2 pwm   yes     no
84        w83627hf        3       9       3       2-4 pwm yes     yes (LPC)
85
86
87
88
89SUPPORTED NON-SENSOR CHIPS
90--------------------------
91
92Driver  Chips
93------  -----
94
95bt869
96        bt869 video modulator chip
97
98eeprom
99        Memory SPD (serial presence detect) eeproms - reads locations only
100        Xeon scratch eeproms - reads locations only
101
102icspll
103        supported clock chips - reads registers only
104
105ltc1710
106        ltc1710 two switches only
107
108matorb
109        Matrox Orbital LCD displays
110
111
112-----------------------------------------------------------------------------
113-----------------------------------------------------------------------------
114
115COMPANY ID LIST
116---------------
117
118Many SMBus chips have a company ID at location 0x3E or 0xFE.
119
120Here is a partial list.
121This may help identify a chip after doing a 'i2cdump [bus] [address] b'.
122
1230x01    National
1240x23    AMD
1250x41    AMD
1260x49    TI
1270x4D    Maxim
1280x5CA3  Winbond (at 0x4F)
1290xDA    Dallas
Note: See TracBrowser for help on using the browser.