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

Revision 1113, 4.0 KB (checked in by mds, 12 years ago)

update

  • 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 sensors@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              run 'i2cdetect' with no arguments to list the busses).
22        - The output of (as root) 'prog/dump/i2cdump X 0xXX'
23              X = the bus number
24              XX = the address of each chip you see in the output
25              of i2cdetect. (run once for each chip)
26        - Part numbers of chips on your motherboard you think are
27              the sensor chips (look at your motherboard)
28
29
30-----------------------------------------------------------------------------
31-----------------------------------------------------------------------------
32
33SUPPORTED SENSOR CHIPS
34----------------------
35
36                        Included Sensors        Controls Busses
37                        ----------------------  -------  -----------
38Driver  Chips           #temp   #vin    #fanin  pwm/dac I2C     ISA
39---------------------------------------------------------------------
40adm1021
41        adm1021         2       -       -       -       yes     no
42        adm1021a        2       -       -       -       yes     no
43        adm1023         2       -       -       -       yes     no
44        gl523sm         2       -       -       -       yes     no
45        lm84            2       -       -       -       yes     no
46        max1617         2       -       -       -       yes     no
47        max1617a        2       -       -       -       yes     no
48        thmc10          2       -       -       -       yes     no
49        xeon            1       -       -       -       yes     no
50          (xeon - no detection - requires force_adm1021 parameter)
51
52adm1024
53        adm1024         3       6       -       1 dac   yes     no
54
55adm1025
56        adm1025         2       6       -       -       yes     no
57
58adm9240
59        adm9240         1       6       2       1 dac   yes     no
60        ds1780          1       6       2       1 dac   yes     no
61        lm81            1       6       2       1 dac   yes     no
62
63ds1621
64        ds1621          1       -       -       -       yes     no
65          (the following chip is detected as a ds1621)
66        ds1625          1       -       -       -       yes     no
67
68gl518sm
69        gl518sm (r00)   1       1-4     2       -       yes     no
70        gl518sm (r80)   1       4       2       -       yes     no
71
72gl520sm
73        gl520sm         1-2     4-5     2       -       yes     no
74
75gl525sm-to-be-written
76        gl525sm         2-3     5-6     2-3     1-2 pwm yes     no
77
78it87
79        it87            8       3       3       -       yes     yes
80
81lm75
82        lm75            1       -       -       -       yes     no
83          (the following chips are detected as an lm75)
84        ds75            1       -       -       -       yes     no
85        ds1775          1       -       -       -       yes     no
86        tcn75           1       -       -       -       yes     no
87        lm77            1       -       -       -       yes     no
88
89lm78
90        lm78            1       7       3       -       yes     yes
91        lm78-j          1       7       3       -       yes     yes
92        lm79            1       7       3       -       yes     yes
93
94lm80
95        lm80            1       7       2       -       yes     no
96
97lm87
98        lm87            2-3     6-8     0-2     1 pwm   yes     no
99
100maxilife
101        maxilife-as     5       4       3       -       yes     no
102        maxilife-co     5       4       3       -       yes     no
103        maxilife-cg     5       4       3       -       yes     no
104
105mtp008
106        mtp008          3       7       3       3 pwm   yes     no
107
108sis5595
109        sis5595         0-1     4-5     2       -       no      yes
110
111thmc50
112        adm1022         3       2       -       1 dac   yes     no
113        thmc50          3       2       -       1 dac   yes     no
114
115via686a
116        via686a         3       5       2       -       no      yes
117
118w83781d
119        as99127f        3       7       3       2 pwm?  yes     no
120        w83781d         3       7       3       -       yes     yes
121        w83782d         3       9       3       2-4 pwm yes     yes
122        w83783s         1-2     5-6     3       2 pwm   yes     no
123        w83627hf        3       9       3       2 pwm   yes     yes (LPC)
124
125
126
127
128SUPPORTED NON-SENSOR CHIPS
129--------------------------
130
131Driver  Chips
132------  -----
133
134bt869
135        bt869 video modulator chip
136
137ddcmon
138        DDC-compliant monitor integrated eeproms - reads locations only
139
140eeprom
141        Memory SPD (serial presence detect) eeproms - reads locations only
142        Xeon scratch eeproms - reads locations only
143
144icspll
145        supported clock chips - reads registers only
146
147ltc1710
148        ltc1710 two switches only
149
150matorb
151        Matrix Orbital LCD displays
152
153pcf8574
154        Simple eight-bit parallel I/O
155
156
157-----------------------------------------------------------------------------
158-----------------------------------------------------------------------------
159
160COMPANY ID LIST
161---------------
162
163Many SMBus chips have a company ID at location 0x3E or 0xFE.
164
165Here is a partial list.
166This may help identify a chip after doing a 'i2cdump [bus] [address]'.
167
1680x00    National (on LM84)
1690x01    National
1700x12C3  Asus (at 0x4F)
1710x23    Analog Devices
1720x41    Analog Devices
1730x49    TI
1740x4D    Maxim
1750x5CA3  Winbond (at 0x4F)
1760x90    ITE (at 0x58)
1770xAC    Myson (at 0x58)
1780xDA    Dallas
Note: See TracBrowser for help on using the browser.