home *** CD-ROM | disk | FTP | other *** search
- ; Intel(R) Active Monitor
- ; CPU Threshold Value File
- ;
- ; IntelCPU.CTV
- ;
- ; This file is used to determine the appropriate thermal
- ; threshold value for Intel based processors. The
- ; determination is made based on three criteria: CPU type,
- ; CPU speed, external bus speed, and L2 cache size. This
- ; file contains a table of values that correlates Intel
- ; processors to their respective thermal thresholds.
- ;
- ; All lines preceded with a semicolon are ignored by
- ; Intel Active Monitor.
- ;
- ; There are two "keyed" sections in this file. Each key
- ; corresponds to a data segment. The first key, GLOBAL,
- ; corresponds to global settings that are used by the
- ; program. Currently, there is only one global value,
- ; DEFAULT. DEFAULT specifies the threshold value for
- ; processors that are not defined in this list.
- ;
- ; The second key, TABLE, contains a table of processors
- ; and their respective thresholds. The software will parse
- ; the table in sequential order until a match is found for
- ; the type, speed, bus speed, and cache size corresponding
- ; to the processor in the target system.
- ;
- ; Within the TABLE key, each line must follow a
- ; restrictive format. Each line is a comma-delimited list
- ; of five values:
- ;
- ; CPU Type : The type of CPU in the system. It
- ; must be a code specified in the
- ; following list:
- ;
- ; C - Intel Celeron(R)
- ; P2 - Intel Pentium(R) II
- ; P3 - Intel Pentium III
- ;
- ; CPU Speed : The speed of the processor. This
- ; number must be prefixed by =, <, or
- ; >. This operator is used to compare
- ; the system processor to the table
- ; value.
- ;
- ; CPU Bus Speed : The external bus speed of the
- ; processor. This number must be
- ; prefixed by =, <, or >. This operator
- ; is used to compare the system processor
- ; to the table value.
- ;
- ; L2 Cache Size : The Level 2 cache size of the processor.
- ; This number must be prefixed by =, <,
- ; or >. This operator is used to compare
- ; the system processor to the table value.
- ;
- ; Threshold : This is the threshold value for the
- ; processor, in degrees Celsius.
- ;
- ; ***********
- ; EXTRA NOTES
- ; ***********
- ;
- ; Do not place any spaces in any line of the table. This will
- ; cause Intel Active Monitor to ignore the line while parsing.
- ; Also, be sure to prefix each number with the appropriate
- ; operator. A number without an operator (except for the
- ; threshold value itself) will be ignored.
- ;
- ; All keys and tokens must be in all caps. In other words,
- ; the GLOBAL and TABLE keys must be in all capital
- ; letters, otherwise they will not be recognized.
- ;
- ; A threshold of 0 indicates that thermal monitoring is not
- ; supported by the corresponding processor.
- ;
- ; ********************
- ; SAMPLE TABLE ENTRIES
- ; ********************
- ;
- ; INCORRECT/INVALID - "P3, =500, =100, =512, 85"
- ; Do not place spaces in the line, this will cause the
- ; line to be ignored.
- ;
- ; INCORRECT/INVALID - "P3,500,100,512,85"
- ; In this example, there are no operators prefixing the
- ; numbers.
- ;
- ; INCORRECT/INVALID - "P3,=500,=100,=512,=85"
- ; There cannot be an equals operator on the threshold
- ; value.
- ;
- ; CORRECT - "P3,=500,=100,=512,85"
-
- [GLOBAL]
-
- DEFAULT=75
-
- [TABLE]
-
- ; Celeron Thresholds
-
- C,=266,>0,>0,85
- C,=300,>0,>0,85
- C,=333,>0,>0,85
- C,=350,>0,>0,85
- C,=366,>0,>0,85
- C,=400,>0,>0,85
- C,=433,>0,>0,85
- C,=466,>0,>0,85
- C,=500,>0,>0,85
- C,=533,>0,>0,85
- C,=566,>0,>0,85
- C,=600,>0,>0,85
- C,=633,>0,>0,80
- C,=650,>0,>0,80
- C,=667,>0,>0,77
- C,=700,>0,>0,75
- C,=733,>0,>0,75
- C,=766,>0,>0,75
- C,=800,>0,>0,75
- C,=850,>0,>0,75
- C,=900,>0,>0,72
- C,>900,>0,>0,72
-
- ; Pentium II Thresholds
-
- P2,=233,>0,>0,0
- P2,=266,>0,>0,0
- P2,=300,>0,>0,0
- P2,=333,>0,>0,0
- P2,=350,>0,>0,85
- P2,=400,>0,>0,85
- P2,=450,>0,>0,85
- P2,>450,>0,>0,85
-
- ; Pentium III Thresholds
-
- P3,=400,=133,=512,85
- P3,=450,=100,=512,85
- P3,=500,=100,=512,85
- P3,=500,=100,=256,80
- P3,=533,=133,=512,85
- P3,=533,=133,=256,77
- P3,=550,=100,=512,75
- P3,=550,=100,=256,77
- P3,=600,=100,=512,80
- P3,=600,=133,=512,80
- P3,=600,=100,=256,77
- P3,=600,=133,=256,77
- P3,=650,=100,=256,77
- P3,=667,=133,=256,77
- P3,=700,=100,=256,75
- P3,=733,=133,=256,75
- P3,=750,=100,=256,75
- P3,=800,=100,=256,75
- P3,=800,=133,=256,75
- P3,=850,=100,=256,75
- P3,=866,=133,=256,75
- P3,=933,=133,=256,70
- P3,=1000,=100,=256,70
- P3,=1000,=133,=256,70
- P3,=1000,=133,>256,70
- P3,=1066,=133,=256,73
- P3,=1066,=133,>256,73
- P3,=1100,=100,=256,73
- P3,=1100,=100,>256,73
- P3,=1133,=133,=256,73
- P3,=1133,=133,>256,73
- P3,>1133,>0,>0,73
-
- ; Pentium 4 Thresholds
-
- P4,>0,>0,>0,70
-