Home | History | Annotate | Line # | Download | only in etc
envsys.conf revision 1.13
      1  1.13  jmcneill # $NetBSD: envsys.conf,v 1.13 2017/10/21 19:43:53 jmcneill Exp $
      2   1.1   xtraeme #
      3   1.5   xtraeme # ----------------------------------------------------------------------
      4   1.5   xtraeme # Configuration file for envstat(8) and the envsys(4) framework.
      5   1.5   xtraeme # ----------------------------------------------------------------------
      6   1.1   xtraeme #
      7   1.5   xtraeme # Devices are specified in the first block, sensors in the second block,
      8   1.5   xtraeme # and properties inside of the sensor block:
      9   1.1   xtraeme #
     10   1.5   xtraeme # 	foo0 {
     11   1.9   xtraeme # 		prop0 = value;
     12   1.5   xtraeme #		sensor0 { ... }
     13   1.5   xtraeme #	}
     14   1.2   xtraeme #
     15   1.5   xtraeme # Properties must be separated by a semicolon character and assigned by
     16   1.5   xtraeme # using the equal character:
     17   1.2   xtraeme #
     18   1.5   xtraeme # 		critical-capacity = 10;
     19   1.2   xtraeme #
     20   1.5   xtraeme # Please see the envsys.conf(5) manual page for a detailed explanation.
     21   1.2   xtraeme #
     22   1.5   xtraeme # ----------------------------------------------------------------------
     23  1.10   xtraeme #       CONFIGURATION PROPERTIES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
     24   1.5   xtraeme # ----------------------------------------------------------------------
     25   1.4   xtraeme #
     26  1.11   xtraeme # The following configuration blocks will report the correct
     27  1.11   xtraeme # values for the specified motherboard and driver. If you have
     28  1.11   xtraeme # a different motherboard and verified the values are not correct
     29  1.13  jmcneill # please file a bug report.
     30  1.11   xtraeme #
     31  1.11   xtraeme # ------------------------------
     32  1.11   xtraeme # ASUS M2N-E (IT8712F Super I/O)
     33  1.11   xtraeme # ------------------------------
     34   1.2   xtraeme #
     35   1.8       wiz # itesio0 {
     36  1.11   xtraeme # 	# Fixup rfact for the VCORE_A sensor.
     37   1.5   xtraeme # 	sensor3 { rfact = 1800000; }
     38   1.5   xtraeme #
     39  1.11   xtraeme # 	# Fixup rfact and change description (VCORE_B = +3.3V).
     40  1.11   xtraeme # 	sensor4 { description = "+3.3 Voltage"; rfact = 2000000; }
     41   1.6   xtraeme #
     42  1.11   xtraeme # 	# Change description (+3.3V, unused sensor).
     43   1.6   xtraeme # 	sensor5 { description = "Unused"; }
     44   1.5   xtraeme #
     45  1.11   xtraeme # 	# Fixup rfact and change description for the +5V sensor.
     46  1.11   xtraeme # 	sensor6 { description = "+5 Voltage"; rfact = 3490000; }
     47   1.5   xtraeme #
     48  1.11   xtraeme # 	# Fixup rfact and change description for the +12V sensor.
     49  1.11   xtraeme # 	sensor7 { description = "+12 Voltage"; rfact = 8500000; }
     50   1.5   xtraeme # }
     51   1.9   xtraeme #
     52   1.9   xtraeme # --------------------------------------
     53   1.9   xtraeme # Gigabyte P35C-DS3R (IT8718F Super I/O)
     54  1.11   xtraeme # --------------------------------------
     55   1.9   xtraeme #
     56   1.9   xtraeme # itesio0 {
     57  1.11   xtraeme # 	# Fixup rfact and change description for the VCore sensor.
     58  1.11   xtraeme # 	sensor3 { description = "VCore Voltage"; rfact = 1000000; }
     59  1.11   xtraeme #
     60  1.11   xtraeme # 	# Change description (VCORE_B is DDR).
     61  1.11   xtraeme #	sensor4 { description = "DDR Voltage"; }
     62   1.9   xtraeme #	
     63  1.11   xtraeme #	# Fixup rfact and change description for the +12V sensor.
     64  1.11   xtraeme #	sensor7 { description = "+12 Voltage"; rfact = 116000000; }
     65  1.12   xtraeme #
     66  1.12   xtraeme #	# Fixup rfact for the -12V sensor.
     67  1.12   xtraeme #	sensor9 { rfact = 9000000; }
     68   1.9   xtraeme # }
     69