root/lm-sensors/branches/lm-sensors-2.10/doc/chips/maxilife

Revision 3007, 28.1 KB (checked in by khali, 7 years ago)

Backport the cleanups and corrections Rudolf Marek and I did when
porting the chips documentation to Linux 2.6.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Kernel driver `maxilife.o'
2==========================
3
4Status: Mostly done and tested
5
6Supported chips:
7  * Hewlett Packard Maxilife Revision AS 00.01 for Single Pentium II Slot 1
8    Prefix: 'maxilife-as'
9    Addresses scanned: I2C 0x10 - 0x14
10    Datasheet: Only available under NDA
11  * Hewlett Packard Maxilife Revision CO 00.03 for Dual Xeon Slot 2
12    Prefix: 'maxilife-co'
13    Addresses scanned: I2C 0x10 - 0x14
14    Datasheet: Only available under NDA
15  * Hewlett Packard Maxilife Revision CG 00.04 for Dual Pentium II Slot 1
16    Prefix: 'maxilife-cg'
17    Addresses scanned: I2C 0x10 - 0x14
18    Datasheet: Only available under NDA
19  * Hewlett Packard NBA (New BIOS Architecture) for newer machines,
20        for example Kayak XU800 and XM600.
21    Prefix: 'maxilife-nba'
22    Addresses scanned: I2C 0x10 - 0x14
23    Datasheet: Only available under NDA
24   
25Author: Fons Rademakers <Fons.Rademakers@cern.ch>
26
27License: GPL
28
29
30Module Parameters
31-----------------
32
33* force: short array (min = 1, max = 48)
34  List of adapter,address pairs to boldly assume to be present
35* force_maxilife: short array (min = 1, max = 48)
36  List of adapter,address pairs which are unquestionably assumed to contain
37  a `maxilife' chip
38* probe: short array (min = 1, max = 48)
39  List of adapter,address pairs to scan additionally
40* probe_range: short array (min = 1, max = 48)
41  List of adapter,start-addr,end-addr triples to scan additionally
42* ignore: short array (min = 1, max = 48)
43  List of adapter,address pairs not to scan
44* ignore_range: short array (min = 1, max = 48)
45  List of adapter,start-addr,end-addr triples not to scan
46* maxi_version: int
47  MaxiLife firmware version
48
49
50Description
51-----------
52
53The is the driver for the HP MaxiLife Health monitoring system
54as used in the line of HP Kayak Workstation PC's.
55
56The driver supports the following MaxiLife firmware versions:
57
580) HP KAYAK XU/XAs (Dual Pentium II Slot 1, Deschutes/Klamath)
591) HP KAYAK XU (Dual Xeon [Slot 2] 400/450 Mhz)
602) HP KAYAK XA (Pentium II Slot 1, monoprocessor)
61
62Currently firmware auto detection is not implemented. To use the
63driver load it with the correct option for you Kayak. For example:
64
65insmod maxilife.o maxi_version=0 | 1 | 2
66
67maxi_version=0 is the default
68
69
70The lm75's are indeed accessable in the regular way via the lm75 module.
71They worked out of the box. However, I don't use the "raw" lm75 info.
72MaxiLife takes care of reading out the lm75's and converts the values to
73temperatures. Compared to some of the other monitoring controllers MaxiLife
74is quite advanced. It takes care of a lot of issues, like setting ranges,
75raising alarms, etc. Machines with MaxiLife also have a little LCD display
76on their front (lcd is at address 0x54). The idea is that later versions
77of the driver will write health info on the lcd (a bit like lcdproc).
78
79
80Note
81----
82sensors-detect does not support recognition of the maxilife chips.
83
84
85Chip Features
86-------------
87
88Chip 'maxilife-as'
89
90LABEL                 LABEL CLASS           COMPUTE CLASS          MODE  MAGN
91fan1                  -                     -                       R-     0
92fan2                  -                     -                       R-     0
93fan3                  -                     -                       R-     0
94fan1_min              fan1                  fan1                    RW     0
95fan2_min              fan2                  fan2                    RW     0
96fan3_min              fan3                  fan3                    RW     0
97fan1_div              fan1                  -                       R-     0
98fan2_div              fan2                  -                       R-     0
99fan3_div              fan3                  -                       R-     0
100temp1                 -                     -                       R-     1
101temp2                 -                     -                       R-     1
102temp3                 -                     -                       R-     1
103temp4                 -                     -                       R-     1
104temp5                 -                     -                       R-     1
105temp1_max             temp1                 temp1                   R-     1
106temp2_max             temp2                 temp2                   R-     1
107temp3_max             temp3                 temp3                   R-     1
108temp4_max             temp4                 temp4                   R-     1
109temp5_max             temp5                 temp5                   R-     1
110temp1_hyst            temp1                 temp1                   R-     1
111temp2_hyst            temp2                 temp2                   R-     1
112temp3_hyst            temp3                 temp3                   R-     1
113temp4_hyst            temp4                 temp4                   R-     1
114temp5_hyst            temp5                 temp5                   R-     1
115pll                   -                     -                       R-     2
116pll_min               pll                   pll                     RW     2
117pll_max               pll                   pll                     RW     2
118vid1                  -                     -                       R-     4
119vid2                  -                     -                       R-     4
120vid3                  -                     -                       R-     4
121vid4                  -                     -                       R-     4
122vid1_min              vid1                  vid1                    RW     4
123vid2_min              vid2                  vid2                    RW     4
124vid3_min              vid3                  vid3                    RW     4
125vid4_min              vid4                  vid4                    RW     4
126vid1_max              vid1                  vid1                    RW     4
127vid2_max              vid2                  vid2                    RW     4
128vid3_max              vid3                  vid3                    RW     4
129vid4_max              vid4                  vid4                    RW     4
130alarms                -                     -                       R-     0
131
132LABEL                 FEATURE SYMBOL                              SYSCTL FILE:N
133fan1                  SENSORS_MAXI_AS_FAN1                               fan1:3
134fan2                  SENSORS_MAXI_AS_FAN2                               fan2:3
135fan3                  SENSORS_MAXI_AS_FAN3                               fan3:3
136fan1_min              SENSORS_MAXI_AS_FAN1_MIN                           fan1:1
137fan2_min              SENSORS_MAXI_AS_FAN2_MIN                           fan2:1
138fan3_min              SENSORS_MAXI_AS_FAN3_MIN                           fan3:1
139fan1_div              SENSORS_MAXI_AS_FAN1_DIV                           fan1:2
140fan2_div              SENSORS_MAXI_AS_FAN2_DIV                           fan2:2
141fan3_div              SENSORS_MAXI_AS_FAN3_DIV                           fan3:2
142temp1                 SENSORS_MAXI_AS_TEMP1                             temp1:3
143temp2                 SENSORS_MAXI_AS_TEMP2                             temp2:3
144temp3                 SENSORS_MAXI_AS_TEMP3                             temp3:3
145temp4                 SENSORS_MAXI_AS_TEMP4                             temp4:3
146temp5                 SENSORS_MAXI_AS_TEMP5                             temp5:3
147temp1_max             SENSORS_MAXI_AS_TEMP1_MAX                         temp1:1
148temp2_max             SENSORS_MAXI_AS_TEMP2_MAX                         temp2:1
149temp3_max             SENSORS_MAXI_AS_TEMP3_MAX                         temp3:1
150temp4_max             SENSORS_MAXI_AS_TEMP4_MAX                         temp4:1
151temp5_max             SENSORS_MAXI_AS_TEMP5_MAX                         temp5:1
152temp1_hyst            SENSORS_MAXI_AS_TEMP1_HYST                        temp1:2
153temp2_hyst            SENSORS_MAXI_AS_TEMP2_HYST                        temp2:2
154temp3_hyst            SENSORS_MAXI_AS_TEMP3_HYST                        temp3:2
155temp4_hyst            SENSORS_MAXI_AS_TEMP4_HYST                        temp4:2
156temp5_hyst            SENSORS_MAXI_AS_TEMP5_HYST                        temp5:2
157pll                   SENSORS_MAXI_AS_PLL                                 pll:3
158pll_min               SENSORS_MAXI_AS_PLL_MIN                             pll:1
159pll_max               SENSORS_MAXI_AS_PLL_MAX                             pll:2
160vid1                  SENSORS_MAXI_AS_VID1                               vid1:3
161vid2                  SENSORS_MAXI_AS_VID2                               vid2:3
162vid3                  SENSORS_MAXI_AS_VID3                               vid3:3
163vid4                  SENSORS_MAXI_AS_VID4                               vid4:3
164vid1_min              SENSORS_MAXI_AS_VID1_MIN                           vid1:1
165vid2_min              SENSORS_MAXI_AS_VID2_MIN                           vid2:1
166vid3_min              SENSORS_MAXI_AS_VID3_MIN                           vid3:1
167vid4_min              SENSORS_MAXI_AS_VID4_MIN                           vid4:1
168vid1_max              SENSORS_MAXI_AS_VID1_MAX                           vid1:2
169vid2_max              SENSORS_MAXI_AS_VID2_MAX                           vid2:2
170vid3_max              SENSORS_MAXI_AS_VID3_MAX                           vid3:2
171vid4_max              SENSORS_MAXI_AS_VID4_MAX                           vid4:2
172alarms                SENSORS_MAXI_AS_ALARMS                           alarms:1
173
174
175Chip 'maxilife-cg'
176
177LABEL                 LABEL CLASS           COMPUTE CLASS          MODE  MAGN
178fan1                  -                     -                       R-     0
179fan2                  -                     -                       R-     0
180fan3                  -                     -                       R-     0
181fan1_min              fan1                  fan1                    RW     0
182fan2_min              fan2                  fan2                    RW     0
183fan3_min              fan3                  fan3                    RW     0
184fan1_div              fan1                  -                       R-     0
185fan2_div              fan2                  -                       R-     0
186fan3_div              fan3                  -                       R-     0
187temp1                 -                     -                       R-     1
188temp2                 -                     -                       R-     1
189temp3                 -                     -                       R-     1
190temp4                 -                     -                       R-     1
191temp5                 -                     -                       R-     1
192temp1_max             temp1                 temp1                   R-     1
193temp2_max             temp2                 temp2                   R-     1
194temp3_max             temp3                 temp3                   R-     1
195temp4_max             temp4                 temp4                   R-     1
196temp5_max             temp5                 temp5                   R-     1
197temp1_hyst            temp1                 temp1                   R-     1
198temp2_hyst            temp2                 temp2                   R-     1
199temp3_hyst            temp3                 temp3                   R-     1
200temp4_hyst            temp4                 temp4                   R-     1
201temp5_hyst            temp5                 temp5                   R-     1
202pll                   -                     -                       R-     2
203pll_min               pll                   pll                     RW     2
204pll_max               pll                   pll                     RW     2
205vid1                  -                     -                       R-     4
206vid2                  -                     -                       R-     4
207vid3                  -                     -                       R-     4
208vid4                  -                     -                       R-     4
209vid1_min              vid1                  vid1                    RW     4
210vid2_min              vid2                  vid2                    RW     4
211vid3_min              vid3                  vid3                    RW     4
212vid4_min              vid4                  vid4                    RW     4
213vid1_max              vid1                  vid1                    RW     4
214vid2_max              vid2                  vid2                    RW     4
215vid3_max              vid3                  vid3                    RW     4
216vid4_max              vid4                  vid4                    RW     4
217alarms                -                     -                       R-     0
218
219LABEL                 FEATURE SYMBOL                              SYSCTL FILE:N
220fan1                  SENSORS_MAXI_CG_FAN1                               fan1:3
221fan2                  SENSORS_MAXI_CG_FAN2                               fan2:3
222fan3                  SENSORS_MAXI_CG_FAN3                               fan3:3
223fan1_min              SENSORS_MAXI_CG_FAN1_MIN                           fan1:1
224fan2_min              SENSORS_MAXI_CG_FAN2_MIN                           fan2:1
225fan3_min              SENSORS_MAXI_CG_FAN3_MIN                           fan3:1
226fan1_div              SENSORS_MAXI_CG_FAN1_DIV                           fan1:2
227fan2_div              SENSORS_MAXI_CG_FAN2_DIV                           fan2:2
228fan3_div              SENSORS_MAXI_CG_FAN3_DIV                           fan3:2
229temp1                 SENSORS_MAXI_CG_TEMP1                             temp1:3
230temp2                 SENSORS_MAXI_CG_TEMP2                             temp2:3
231temp3                 SENSORS_MAXI_CG_TEMP3                             temp3:3
232temp4                 SENSORS_MAXI_CG_TEMP4                             temp4:3
233temp5                 SENSORS_MAXI_CG_TEMP5                             temp5:3
234temp1_max             SENSORS_MAXI_CG_TEMP1_MAX                         temp1:1
235temp2_max             SENSORS_MAXI_CG_TEMP2_MAX                         temp2:1
236temp3_max             SENSORS_MAXI_CG_TEMP3_MAX                         temp3:1
237temp4_max             SENSORS_MAXI_CG_TEMP4_MAX                         temp4:1
238temp5_max             SENSORS_MAXI_CG_TEMP5_MAX                         temp5:1
239temp1_hyst            SENSORS_MAXI_CG_TEMP1_HYST                        temp1:2
240temp2_hyst            SENSORS_MAXI_CG_TEMP2_HYST                        temp2:2
241temp3_hyst            SENSORS_MAXI_CG_TEMP3_HYST                        temp3:2
242temp4_hyst            SENSORS_MAXI_CG_TEMP4_HYST                        temp4:2
243temp5_hyst            SENSORS_MAXI_CG_TEMP5_HYST                        temp5:2
244pll                   SENSORS_MAXI_CG_PLL                                 pll:3
245pll_min               SENSORS_MAXI_CG_PLL_MIN                             pll:1
246pll_max               SENSORS_MAXI_CG_PLL_MAX                             pll:2
247vid1                  SENSORS_MAXI_CG_VID1                               vid1:3
248vid2                  SENSORS_MAXI_CG_VID2                               vid2:3
249vid3                  SENSORS_MAXI_CG_VID3                               vid3:3
250vid4                  SENSORS_MAXI_CG_VID4                               vid4:3
251vid1_min              SENSORS_MAXI_CG_VID1_MIN                           vid1:1
252vid2_min              SENSORS_MAXI_CG_VID2_MIN                           vid2:1
253vid3_min              SENSORS_MAXI_CG_VID3_MIN                           vid3:1
254vid4_min              SENSORS_MAXI_CG_VID4_MIN                           vid4:1
255vid1_max              SENSORS_MAXI_CG_VID1_MAX                           vid1:2
256vid2_max              SENSORS_MAXI_CG_VID2_MAX                           vid2:2
257vid3_max              SENSORS_MAXI_CG_VID3_MAX                           vid3:2
258vid4_max              SENSORS_MAXI_CG_VID4_MAX                           vid4:2
259alarms                SENSORS_MAXI_CG_ALARMS                           alarms:1
260
261
262Chip 'maxilife-co'
263
264LABEL                 LABEL CLASS           COMPUTE CLASS          MODE  MAGN
265fan1                  -                     -                       R-     0
266fan2                  -                     -                       R-     0
267fan3                  -                     -                       R-     0
268fan1_min              fan1                  fan1                    RW     0
269fan2_min              fan2                  fan2                    RW     0
270fan3_min              fan3                  fan3                    RW     0
271fan1_div              fan1                  -                       R-     0
272fan2_div              fan2                  -                       R-     0
273fan3_div              fan3                  -                       R-     0
274temp1                 -                     -                       R-     1
275temp2                 -                     -                       R-     1
276temp3                 -                     -                       R-     1
277temp4                 -                     -                       R-     1
278temp5                 -                     -                       R-     1
279temp1_max             temp1                 temp1                   R-     1
280temp2_max             temp2                 temp2                   R-     1
281temp3_max             temp3                 temp3                   R-     1
282temp4_max             temp4                 temp4                   R-     1
283temp5_max             temp5                 temp5                   R-     1
284temp1_hyst            temp1                 temp1                   R-     1
285temp2_hyst            temp2                 temp2                   R-     1
286temp3_hyst            temp3                 temp3                   R-     1
287temp4_hyst            temp4                 temp4                   R-     1
288temp5_hyst            temp5                 temp5                   R-     1
289pll                   -                     -                       R-     2
290pll_min               pll                   pll                     RW     2
291pll_max               pll                   pll                     RW     2
292vid1                  -                     -                       R-     4
293vid2                  -                     -                       R-     4
294vid3                  -                     -                       R-     4
295vid4                  -                     -                       R-     4
296vid1_min              vid1                  vid1                    RW     4
297vid2_min              vid2                  vid2                    RW     4
298vid3_min              vid3                  vid3                    RW     4
299vid4_min              vid4                  vid4                    RW     4
300vid1_max              vid1                  vid1                    RW     4
301vid2_max              vid2                  vid2                    RW     4
302vid3_max              vid3                  vid3                    RW     4
303vid4_max              vid4                  vid4                    RW     4
304alarms                -                     -                       R-     0
305
306LABEL                 FEATURE SYMBOL                              SYSCTL FILE:N
307fan1                  SENSORS_MAXI_CO_FAN1                               fan1:3
308fan2                  SENSORS_MAXI_CO_FAN2                               fan2:3
309fan3                  SENSORS_MAXI_CO_FAN3                               fan3:3
310fan1_min              SENSORS_MAXI_CO_FAN1_MIN                           fan1:1
311fan2_min              SENSORS_MAXI_CO_FAN2_MIN                           fan2:1
312fan3_min              SENSORS_MAXI_CO_FAN3_MIN                           fan3:1
313fan1_div              SENSORS_MAXI_CO_FAN1_DIV                           fan1:2
314fan2_div              SENSORS_MAXI_CO_FAN2_DIV                           fan2:2
315fan3_div              SENSORS_MAXI_CO_FAN3_DIV                           fan3:2
316temp1                 SENSORS_MAXI_CO_TEMP1                             temp1:3
317temp2                 SENSORS_MAXI_CO_TEMP2                             temp2:3
318temp3                 SENSORS_MAXI_CO_TEMP3                             temp3:3
319temp4                 SENSORS_MAXI_CO_TEMP4                             temp4:3
320temp5                 SENSORS_MAXI_CO_TEMP5                             temp5:3
321temp1_max             SENSORS_MAXI_CO_TEMP1_MAX                         temp1:1
322temp2_max             SENSORS_MAXI_CO_TEMP2_MAX                         temp2:1
323temp3_max             SENSORS_MAXI_CO_TEMP3_MAX                         temp3:1
324temp4_max             SENSORS_MAXI_CO_TEMP4_MAX                         temp4:1
325temp5_max             SENSORS_MAXI_CO_TEMP5_MAX                         temp5:1
326temp1_hyst            SENSORS_MAXI_CO_TEMP1_HYST                        temp1:2
327temp2_hyst            SENSORS_MAXI_CO_TEMP2_HYST                        temp2:2
328temp3_hyst            SENSORS_MAXI_CO_TEMP3_HYST                        temp3:2
329temp4_hyst            SENSORS_MAXI_CO_TEMP4_HYST                        temp4:2
330temp5_hyst            SENSORS_MAXI_CO_TEMP5_HYST                        temp5:2
331pll                   SENSORS_MAXI_CO_PLL                                 pll:3
332pll_min               SENSORS_MAXI_CO_PLL_MIN                             pll:1
333pll_max               SENSORS_MAXI_CO_PLL_MAX                             pll:2
334vid1                  SENSORS_MAXI_CO_VID1                               vid1:3
335vid2                  SENSORS_MAXI_CO_VID2                               vid2:3
336vid3                  SENSORS_MAXI_CO_VID3                               vid3:3
337vid4                  SENSORS_MAXI_CO_VID4                               vid4:3
338vid1_min              SENSORS_MAXI_CO_VID1_MIN                           vid1:1
339vid2_min              SENSORS_MAXI_CO_VID2_MIN                           vid2:1
340vid3_min              SENSORS_MAXI_CO_VID3_MIN                           vid3:1
341vid4_min              SENSORS_MAXI_CO_VID4_MIN                           vid4:1
342vid1_max              SENSORS_MAXI_CO_VID1_MAX                           vid1:2
343vid2_max              SENSORS_MAXI_CO_VID2_MAX                           vid2:2
344vid3_max              SENSORS_MAXI_CG_VID3_MAX                           vid3:2
345vid4_max              SENSORS_MAXI_CO_VID4_MAX                           vid4:2
346alarms                SENSORS_MAXI_CO_ALARMS                           alarms:1
347
348
349Chip 'maxilife-nba'
350
351LABEL                 LABEL CLASS           COMPUTE CLASS          MODE  MAGN
352fan1                  -                     -                       R-     0
353fan2                  -                     -                       R-     0
354fan3                  -                     -                       R-     0
355fan1_min              fan1                  fan1                    RW     0
356fan2_min              fan2                  fan2                    RW     0
357fan3_min              fan3                  fan3                    RW     0
358fan1_div              fan1                  -                       R-     0
359fan2_div              fan2                  -                       R-     0
360fan3_div              fan3                  -                       R-     0
361temp1                 -                     -                       R-     1
362temp2                 -                     -                       R-     1
363temp3                 -                     -                       R-     1
364temp4                 -                     -                       R-     1
365temp5                 -                     -                       R-     1
366temp1_max             temp1                 temp1                   R-     1
367temp2_max             temp2                 temp2                   R-     1
368temp3_max             temp3                 temp3                   R-     1
369temp4_max             temp4                 temp4                   R-     1
370temp5_max             temp5                 temp5                   R-     1
371temp1_hyst            temp1                 temp1                   R-     1
372temp2_hyst            temp2                 temp2                   R-     1
373temp3_hyst            temp3                 temp3                   R-     1
374temp4_hyst            temp4                 temp4                   R-     1
375temp5_hyst            temp5                 temp5                   R-     1
376pll                   -                     -                       R-     2
377pll_min               pll                   pll                     RW     2
378pll_max               pll                   pll                     RW     2
379vid1                  -                     -                       R-     4
380vid2                  -                     -                       R-     4
381vid3                  -                     -                       R-     4
382vid4                  -                     -                       R-     4
383vid1_min              vid1                  vid1                    RW     4
384vid2_min              vid2                  vid2                    RW     4
385vid3_min              vid3                  vid3                    RW     4
386vid4_min              vid4                  vid4                    RW     4
387vid1_max              vid1                  vid1                    RW     4
388vid2_max              vid2                  vid2                    RW     4
389vid3_max              vid3                  vid3                    RW     4
390vid4_max              vid4                  vid4                    RW     4
391alarms                -                     -                       R-     0
392
393LABEL                 FEATURE SYMBOL                              SYSCTL FILE:N
394fan1                  SENSORS_MAXI_AS_FAN1                               fan1:3
395fan2                  SENSORS_MAXI_AS_FAN2                               fan2:3
396fan3                  SENSORS_MAXI_AS_FAN3                               fan3:3
397fan1_min              SENSORS_MAXI_AS_FAN1_MIN                           fan1:1
398fan2_min              SENSORS_MAXI_AS_FAN2_MIN                           fan2:1
399fan3_min              SENSORS_MAXI_AS_FAN3_MIN                           fan3:1
400fan1_div              SENSORS_MAXI_AS_FAN1_DIV                           fan1:2
401fan2_div              SENSORS_MAXI_AS_FAN2_DIV                           fan2:2
402fan3_div              SENSORS_MAXI_AS_FAN3_DIV                           fan3:2
403temp1                 SENSORS_MAXI_AS_TEMP1                             temp1:3
404temp2                 SENSORS_MAXI_AS_TEMP2                             temp2:3
405temp3                 SENSORS_MAXI_AS_TEMP3                             temp3:3
406temp4                 SENSORS_MAXI_AS_TEMP4                             temp4:3
407temp5                 SENSORS_MAXI_AS_TEMP5                             temp5:3
408temp1_max             SENSORS_MAXI_AS_TEMP1_MAX                         temp1:1
409temp2_max             SENSORS_MAXI_AS_TEMP2_MAX                         temp2:1
410temp3_max             SENSORS_MAXI_AS_TEMP3_MAX                         temp3:1
411temp4_max             SENSORS_MAXI_AS_TEMP4_MAX                         temp4:1
412temp5_max             SENSORS_MAXI_AS_TEMP5_MAX                         temp5:1
413temp1_hyst            SENSORS_MAXI_AS_TEMP1_HYST                        temp1:2
414temp2_hyst            SENSORS_MAXI_AS_TEMP2_HYST                        temp2:2
415temp3_hyst            SENSORS_MAXI_AS_TEMP3_HYST                        temp3:2
416temp4_hyst            SENSORS_MAXI_AS_TEMP4_HYST                        temp4:2
417temp5_hyst            SENSORS_MAXI_AS_TEMP5_HYST                        temp5:2
418pll                   SENSORS_MAXI_AS_PLL                                 pll:3
419pll_min               SENSORS_MAXI_AS_PLL_MIN                             pll:1
420pll_max               SENSORS_MAXI_AS_PLL_MAX                             pll:2
421vid1                  SENSORS_MAXI_AS_VID1                               vid1:3
422vid2                  SENSORS_MAXI_AS_VID2                               vid2:3
423vid3                  SENSORS_MAXI_AS_VID3                               vid3:3
424vid4                  SENSORS_MAXI_AS_VID4                               vid4:3
425vid1_min              SENSORS_MAXI_AS_VID1_MIN                           vid1:1
426vid2_min              SENSORS_MAXI_AS_VID2_MIN                           vid2:1
427vid3_min              SENSORS_MAXI_AS_VID3_MIN                           vid3:1
428vid4_min              SENSORS_MAXI_AS_VID4_MIN                           vid4:1
429vid1_max              SENSORS_MAXI_AS_VID1_MAX                           vid1:2
430vid2_max              SENSORS_MAXI_AS_VID2_MAX                           vid2:2
431vid3_max              SENSORS_MAXI_AS_VID3_MAX                           vid3:2
432vid4_max              SENSORS_MAXI_AS_VID4_MAX                           vid4:2
433alarms                SENSORS_MAXI_AS_ALARMS                           alarms:1
Note: See TracBrowser for help on using the browser.