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

Revision 603, 3.1 KB (checked in by mds, 14 years ago)

(mds) add support for gl523sm (adm1021 clone) to adm1021.c and sensors-detect.

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