Home | History | Annotate | Line # | Download | only in etc
envsys.conf revision 1.3.4.1
      1  1.3.4.1     matt # $NetBSD: envsys.conf,v 1.3.4.1 2007/11/06 23:10:23 matt Exp $
      2      1.1  xtraeme #
      3  1.3.4.1     matt # ----------------------------------------------------------------------
      4  1.3.4.1     matt # Configuration file for envstat(8) and the envsys(4) framework.
      5  1.3.4.1     matt # ----------------------------------------------------------------------
      6      1.1  xtraeme #
      7  1.3.4.1     matt # Devices are specified in the first block, sensors in the second block,
      8  1.3.4.1     matt # and properties inside of the sensor block:
      9      1.1  xtraeme #
     10  1.3.4.1     matt # 	foo0 {
     11  1.3.4.1     matt #		sensor0 { ... }
     12  1.3.4.1     matt #	}
     13      1.2  xtraeme #
     14  1.3.4.1     matt # Properties must be separated by a semicolon character and assigned by
     15  1.3.4.1     matt # using the equal character:
     16      1.2  xtraeme #
     17  1.3.4.1     matt # 		critical-capacity = 10;
     18      1.2  xtraeme #
     19  1.3.4.1     matt # Please see the envsys.conf(5) manual page for a detailed explanation.
     20      1.2  xtraeme #
     21      1.2  xtraeme #
     22  1.3.4.1     matt # ----------------------------------------------------------------------
     23  1.3.4.1     matt #       CONFIGURATION FILES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
     24  1.3.4.1     matt # ----------------------------------------------------------------------
     25      1.2  xtraeme #
     26  1.3.4.1     matt # The following configuration properties will report the correct
     27  1.3.4.1     matt # values for the ASUS M2N-E motherboard using the it(4) driver:
     28  1.3.4.1     matt #
     29  1.3.4.1     matt # it0 {
     30  1.3.4.1     matt # 	# VCORE_A
     31  1.3.4.1     matt # 	sensor3 { rfact = 1800000; }
     32  1.3.4.1     matt #
     33  1.3.4.1     matt # 	# VCORE_B = +3.3V 
     34  1.3.4.1     matt # 	sensor4 { rfact = 2000000; description = "+3.3 Voltage"; }
     35  1.3.4.1     matt #
     36  1.3.4.1     matt # 	# Original +3.3V, unused
     37  1.3.4.1     matt # 	sensor5 { description = "Unused"; }
     38  1.3.4.1     matt #
     39  1.3.4.1     matt # 	# +5.5V
     40  1.3.4.1     matt # 	sensor6 { rfact = 3490000; description = "+5 Voltage"; }
     41  1.3.4.1     matt #
     42  1.3.4.1     matt # 	# +12V
     43  1.3.4.1     matt # 	sensor7 { rfact = 8500000; description = "+12 Voltage"; }
     44  1.3.4.1     matt # }
     45  1.3.4.1     matt 
     46