Home | History | Annotate | Line # | Download | only in etc
envsys.conf revision 1.10.6.1
      1  1.10.6.1      mjf # $NetBSD: envsys.conf,v 1.10.6.1 2008/06/02 13:21:20 mjf 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.10.6.1      mjf # The following configuration blocks will report the correct
     27  1.10.6.1      mjf # values for the specified motherboard and driver. If you have
     28  1.10.6.1      mjf # a different motherboard and verified the values are not correct
     29  1.10.6.1      mjf # please email me at <xtraeme (at] NetBSD.org>.
     30  1.10.6.1      mjf #
     31  1.10.6.1      mjf # ------------------------------
     32  1.10.6.1      mjf # ASUS M2N-E (IT8712F Super I/O)
     33  1.10.6.1      mjf # ------------------------------
     34       1.2  xtraeme #
     35       1.8      wiz # itesio0 {
     36  1.10.6.1      mjf # 	# Fixup rfact for the VCORE_A sensor.
     37       1.5  xtraeme # 	sensor3 { rfact = 1800000; }
     38       1.5  xtraeme #
     39  1.10.6.1      mjf # 	# Fixup rfact and change description (VCORE_B = +3.3V).
     40  1.10.6.1      mjf # 	sensor4 { description = "+3.3 Voltage"; rfact = 2000000; }
     41       1.6  xtraeme #
     42  1.10.6.1      mjf # 	# Change description (+3.3V, unused sensor).
     43       1.6  xtraeme # 	sensor5 { description = "Unused"; }
     44       1.5  xtraeme #
     45  1.10.6.1      mjf # 	# Fixup rfact and change description for the +5V sensor.
     46  1.10.6.1      mjf # 	sensor6 { description = "+5 Voltage"; rfact = 3490000; }
     47       1.5  xtraeme #
     48  1.10.6.1      mjf # 	# Fixup rfact and change description for the +12V sensor.
     49  1.10.6.1      mjf # 	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.10.6.1      mjf # --------------------------------------
     55       1.9  xtraeme #
     56       1.9  xtraeme # itesio0 {
     57  1.10.6.1      mjf # 	# Fixup rfact and change description for the VCore sensor.
     58  1.10.6.1      mjf # 	sensor3 { description = "VCore Voltage"; rfact = 1000000; }
     59  1.10.6.1      mjf #
     60  1.10.6.1      mjf # 	# Change description (VCORE_B is DDR).
     61  1.10.6.1      mjf #	sensor4 { description = "DDR Voltage"; }
     62       1.9  xtraeme #	
     63  1.10.6.1      mjf #	# Fixup rfact and change description for the +12V sensor.
     64  1.10.6.1      mjf #	sensor7 { description = "+12 Voltage"; rfact = 116000000; }
     65  1.10.6.1      mjf #
     66  1.10.6.1      mjf #	# Fixup rfact for the -12V sensor.
     67  1.10.6.1      mjf #	sensor9 { rfact = 9000000; }
     68       1.9  xtraeme # }
     69