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