Home | History | Annotate | Line # | Download | only in etc
envsys.conf revision 1.10
      1  1.10  xtraeme # $NetBSD: envsys.conf,v 1.10 2007/12/27 01:23:55 xtraeme 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.5  xtraeme # The following configuration properties will report the correct
     27  1.10  xtraeme # values for the specified motherboard and driver.
     28   1.9  xtraeme #
     29   1.9  xtraeme # ----------
     30   1.9  xtraeme # ASUS M2N-E
     31   1.2  xtraeme #
     32   1.8      wiz # itesio0 {
     33   1.5  xtraeme # 	# VCORE_A
     34   1.5  xtraeme # 	sensor3 { rfact = 1800000; }
     35   1.5  xtraeme #
     36   1.5  xtraeme # 	# VCORE_B = +3.3V 
     37   1.7      wiz # 	sensor4 { rfact = 2000000; description = "+3.3 Voltage"; }
     38   1.6  xtraeme #
     39   1.6  xtraeme # 	# Original +3.3V, unused
     40   1.6  xtraeme # 	sensor5 { description = "Unused"; }
     41   1.5  xtraeme #
     42   1.5  xtraeme # 	# +5.5V
     43   1.6  xtraeme # 	sensor6 { rfact = 3490000; description = "+5 Voltage"; }
     44   1.5  xtraeme #
     45   1.5  xtraeme # 	# +12V
     46   1.6  xtraeme # 	sensor7 { rfact = 8500000; description = "+12 Voltage"; }
     47   1.5  xtraeme # }
     48   1.9  xtraeme #
     49   1.9  xtraeme # --------------------------------------
     50   1.9  xtraeme # Gigabyte P35C-DS3R (IT8718F Super I/O)
     51   1.9  xtraeme #
     52   1.9  xtraeme # itesio0 {
     53   1.9  xtraeme # 	# VCORE_B is DDR
     54   1.9  xtraeme #	sensor4 { description = "DDR"; }
     55   1.9  xtraeme #	
     56   1.9  xtraeme #	# Fixup the +12V sensor.
     57   1.9  xtraeme #	sensor7 { rfact = 110000000; }
     58   1.9  xtraeme # }
     59