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