Changeset 1408

Show
Ignore:
Timestamp:
06/29/02 04:50:16 (11 years ago)
Author:
mds
Message:

update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/developers/proc

    r1370 r1408  
    4949                Integer representation of one, two, or three bytes. 
    5050                A '1' bit means an alarm. 
     51                Chips should be programmed for 'comparator' mode so that 
     52                the alarm will 'come back' after you read the register 
     53                if it is still valid. 
    5154                Generally a direct representation of a chip's internal 
    5255                alarm registers; there is no standard for the position 
     
    9295                        in8     varies 
    9396 
    94 pwm[1-3]   1    Pulse width modulation fan control. 
     97pwm[1-3]  1- 2  Pulse width modulation fan control. 
    9598                Integer 0 - 255, read/write. 
    9699                Corresponds to the fans 1-3. 
     100                Second value, if present, is an enable (0 or 1) 
    97101 
    98102sensor[1-3]  1  Sensor type selection. 
     
    105109                chip. Temp1 is generally the sensor inside the chip itself, 
    106110                generally reported as "motherboard temperature". 
    107                 temp2 and temp3 are generally external sensors,  
     111                Temp2 and temp3 are generally external sensors,  
    108112                the thermal diode inside the CPU, generally reported as 
    109113                "CPU temperature". 
     
    114118                as told to the sensor chip. Not always correct. 
    115119 
    116 vrm        1   Voltage Regulator Module version number.  
    117                "Floating point" X.X. Default 8.2. 
     120vrm        1    Voltage Regulator Module version number.  
     121                "Floating point" X.X. Default 8.2. 
    118122                Affects the way the driver calculates the core voltage from 
    119123                the vid pins. See doc/vid for details.