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