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

Revision 754, 3.4 KB (checked in by mds, 13 years ago)

(mds) fix company ID chart for Analog Devices (did say AMD)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[474]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.
[343]5
[474]6For further information on a particular chip, see the documentation
[532]7in this directory. Data sheets are generally available on the
8manufacturer's web site.
[474]9
[532]10To determine what chips you have in your system,
[474]11run prog/detect/sensors-detect.
12
[541]13If your sensor chip is not detected by sensors-detect
14or supported by this package,
[738]15please send mail to sensors@stimpy.netroedge.com.
[474]16
[541]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'
[662]23              XX = the address of each chip you see in the output
24              of i2cdetect. (run once for each chip)
[541]25        - Part numbers of chips on your motherboard you think are
26              the sensor chips.
[474]27
[343]28
[541]29-----------------------------------------------------------------------------
30-----------------------------------------------------------------------------
31
32SUPPORTED SENSOR CHIPS
33----------------------
34
[474]35                        Included Sensors        Controls Busses
36                        ----------------------  -------  -----------
[745]37Driver  Chips           #temp   #vin    #fanin  pwm/dac I2C     ISA
[343]38---------------------------------------------------------------------
39adm1021
40        adm1021         2       -       -       -       yes     no
[662]41        gl523sm         2       -       -       -       yes     no
[602]42        lm84            2       -       -       -       yes     no
[343]43        max1617         2       -       -       -       yes     no
[474]44        max1617a        2       -       -       -       yes     no
[533]45        thmc10          2       -       -       -       yes     no
[474]46        xeon            1       -       -       -       yes     no
[662]47          (xeon - no detection - requires force parameter)
[343]48
49adm9240
[532]50        adm9240         1       6       2       1 dac   yes     no
51        ds1780          1       6       2       1 dac   yes     no
52        lm81            1       6       2       1 dac   yes     no
[343]53
54gl518sm
[606]55        gl518sm (r00)   1       1-4     2       -       yes     no
[521]56        gl518sm (r80)   1       4       2       -       yes     no
[343]57
[521]58gl520sm
[606]59        gl520sm         1-2     4-5     2       -       yes     no
[521]60
[609]61gl525sm-to-be-written
62        gl525sm         2-3     5-6     2-3     1-2 pwm yes     no
[606]63
[343]64lm75
65        lm75            1       -       -       -       yes     no
[610]66        lm77            1       -       -       -       yes     no
[662]67          (lm77 detected as an lm75)
[343]68
69lm78
70        lm78            1       7       3       -       yes     yes
[412]71        lm78-j          1       7       3       -       yes     yes
72        lm79            1       7       3       -       yes     yes
[343]73
74lm80
75        lm80            1       7       2       -       yes     no
76
[412]77maxilife
[532]78        maxilife-as     5       4       3       -       yes     no
79        maxilife-co     5       4       3       -       yes     no
80        maxilife-cg     5       4       3       -       yes     no
[412]81
[343]82sis5595
[745]83        sis5595         1       4       2       -       no      yes
[343]84
[590]85thmc50
86        adm1022         3       2       -       1 dac   yes     no
87        thmc50          3       2       -       1 dac   yes     no
88
[745]89via686a
90        via686a         3       5       2       -       no      yes
91
[343]92w83781d
[614]93        as99127f        3       9       3       2-4 pwm yes     no
[343]94        w83781d         3       7       3       -       yes     yes
95        w83782d         3       9       3       2-4 pwm yes     yes
96        w83783s         1-2     5-6     3       2 pwm   yes     no
[526]97        w83627hf        3       9       3       2-4 pwm yes     yes (LPC)
[343]98
99
100
101
[541]102SUPPORTED NON-SENSOR CHIPS
103--------------------------
[343]104
105Driver  Chips
[533]106------  -----
[474]107
108bt869
109        bt869 video modulator chip
110
[745]111ddcmon
112        DDC-compliant monitor integrated eeproms - reads locations only
113
[474]114eeprom
115        Memory SPD (serial presence detect) eeproms - reads locations only
116        Xeon scratch eeproms - reads locations only
117
[343]118icspll
119        supported clock chips - reads registers only
120
121ltc1710
122        ltc1710 two switches only
123
[533]124matorb
125        Matrox Orbital LCD displays
[541]126
127
128-----------------------------------------------------------------------------
129-----------------------------------------------------------------------------
130
131COMPANY ID LIST
132---------------
133
134Many SMBus chips have a company ID at location 0x3E or 0xFE.
135
136Here is a partial list.
[590]137This may help identify a chip after doing a 'i2cdump [bus] [address] b'.
[541]138
[606]1390x00    National (on LM84)
[541]1400x01    National
[662]1410x12C3  Asus (at 0x4F)
[754]1420x23    Analog Devices
1430x41    Analog Devices
[541]1440x49    TI
1450x4D    Maxim
1460x5CA3  Winbond (at 0x4F)
1470xDA    Dallas
Note: See TracBrowser for help on using the browser.