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