1 1.6 xtraeme # $NetBSD: envsys.conf,v 1.6 2007/10/10 20:49:38 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.5 xtraeme # sensor0 { ... } 12 1.5 xtraeme # } 13 1.2 xtraeme # 14 1.5 xtraeme # Properties must be separated by a semicolon character and assigned by 15 1.5 xtraeme # using the equal character: 16 1.2 xtraeme # 17 1.5 xtraeme # critical-capacity = 10; 18 1.2 xtraeme # 19 1.5 xtraeme # Please see the envsys.conf(5) manual page for a detailed explanation. 20 1.2 xtraeme # 21 1.2 xtraeme # 22 1.5 xtraeme # ---------------------------------------------------------------------- 23 1.5 xtraeme # CONFIGURATION FILES 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.5 xtraeme # values for the ASUS M2N-E motherboard using the it(4) driver: 28 1.2 xtraeme # 29 1.5 xtraeme # it0 { 30 1.5 xtraeme # # VCORE_A 31 1.5 xtraeme # sensor3 { rfact = 1800000; } 32 1.5 xtraeme # 33 1.5 xtraeme # # VCORE_B = +3.3V 34 1.6 xtraeme # sensor4 { rfact = 2000000; description = "+3.3 Voltage" }; 35 1.6 xtraeme # 36 1.6 xtraeme # # Original +3.3V, unused 37 1.6 xtraeme # sensor5 { description = "Unused"; } 38 1.5 xtraeme # 39 1.5 xtraeme # # +5.5V 40 1.6 xtraeme # sensor6 { rfact = 3490000; description = "+5 Voltage"; } 41 1.5 xtraeme # 42 1.5 xtraeme # # +12V 43 1.6 xtraeme # sensor7 { rfact = 8500000; description = "+12 Voltage"; } 44 1.5 xtraeme # } 45 1.5 xtraeme 46