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

Revision 606, 3.2 KB (checked in by mds, 14 years ago)

(mds) add reference to GL525.

  • 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        lm84            2       -       -       -       yes     no
41        gl523sm         2       -       -       -       yes     no
42        max1617         2       -       -       -       yes     no
43        max1617a        2       -       -       -       yes     no
44        thmc10          2       -       -       -       yes     no
45        xeon            1       -       -       -       yes     no
46        (xeon - no detection - requires force parameter)
47
48adm9240
49        adm9240         1       6       2       1 dac   yes     no
50        ds1780          1       6       2       1 dac   yes     no
51        lm81            1       6       2       1 dac   yes     no
52
53gl518sm
54        gl518sm (r00)   1       1-4     2       -       yes     no
55        gl518sm (r80)   1       4       2       -       yes     no
56
57gl520sm
58        gl520sm         1-2     4-5     2       -       yes     no
59
60gl523sm-to-be-written
61        gl523sm         2-3     5-6     2-3     1-2 pwm yes     no
62
63lm75
64        lm75            1       -       -       -       yes     no
65
66lm78
67        lm78            1       7       3       -       yes     yes
68        lm78-j          1       7       3       -       yes     yes
69        lm79            1       7       3       -       yes     yes
70
71lm80
72        lm80            1       7       2       -       yes     no
73
74maxilife
75        maxilife-as     5       4       3       -       yes     no
76        maxilife-co     5       4       3       -       yes     no
77        maxilife-cg     5       4       3       -       yes     no
78
79sis5595
80        sis5595         1       7       3       -       no      yes
81
82thmc50
83        adm1022         3       2       -       1 dac   yes     no
84        thmc50          3       2       -       1 dac   yes     no
85
86w83781d
87        w83781d         3       7       3       -       yes     yes
88        w83782d         3       9       3       2-4 pwm yes     yes
89        w83783s         1-2     5-6     3       2 pwm   yes     no
90        w83627hf        3       9       3       2-4 pwm yes     yes (LPC)
91
92
93
94
95SUPPORTED NON-SENSOR CHIPS
96--------------------------
97
98Driver  Chips
99------  -----
100
101bt869
102        bt869 video modulator chip
103
104eeprom
105        Memory SPD (serial presence detect) eeproms - reads locations only
106        Xeon scratch eeproms - reads locations only
107
108icspll
109        supported clock chips - reads registers only
110
111ltc1710
112        ltc1710 two switches only
113
114matorb
115        Matrox Orbital LCD displays
116
117
118-----------------------------------------------------------------------------
119-----------------------------------------------------------------------------
120
121COMPANY ID LIST
122---------------
123
124Many SMBus chips have a company ID at location 0x3E or 0xFE.
125
126Here is a partial list.
127This may help identify a chip after doing a 'i2cdump [bus] [address] b'.
128
1290x00    National (on LM84)
1300x01    National
1310x23    AMD
1320x41    AMD
1330x49    TI
1340x4D    Maxim
1350x5CA3  Winbond (at 0x4F)
1360xDA    Dallas
Note: See TracBrowser for help on using the browser.