Fix markup. Fix backslashes to surive roff.
[netbsd-mini2440.git] / etc / envsys.conf
blobda6e723dc5ee9cf06de48235f31da1f01245eee6
1 # $NetBSD: envsys.conf,v 1.11 2008/04/22 13:16:32 xtraeme Exp $
3 # ----------------------------------------------------------------------
4 # Configuration file for envstat(8) and the envsys(4) framework.
5 # ----------------------------------------------------------------------
7 # Devices are specified in the first block, sensors in the second block,
8 # and properties inside of the sensor block:
10 #       foo0 {
11 #               prop0 = value;
12 #               sensor0 { ... }
13 #       }
15 # Properties must be separated by a semicolon character and assigned by
16 # using the equal character:
18 #               critical-capacity = 10;
20 # Please see the envsys.conf(5) manual page for a detailed explanation.
22 # ----------------------------------------------------------------------
23 #       CONFIGURATION PROPERTIES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
24 # ----------------------------------------------------------------------
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 email me at <xtraeme@NetBSD.org>.
31 # ------------------------------
32 # ASUS M2N-E (IT8712F Super I/O)
33 # ------------------------------
35 # itesio0 {
36 #       # Fixup rfact for the VCORE_A sensor.
37 #       sensor3 { rfact = 1800000; }
39 #       # Fixup rfact and change description (VCORE_B = +3.3V).
40 #       sensor4 { description = "+3.3 Voltage"; rfact = 2000000; }
42 #       # Change description (+3.3V, unused sensor).
43 #       sensor5 { description = "Unused"; }
45 #       # Fixup rfact and change description for the +5V sensor.
46 #       sensor6 { description = "+5 Voltage"; rfact = 3490000; }
48 #       # Fixup rfact and change description for the +12V sensor.
49 #       sensor7 { description = "+12 Voltage"; rfact = 8500000; }
50 # }
52 # --------------------------------------
53 # Gigabyte P35C-DS3R (IT8718F Super I/O)
54 # --------------------------------------
56 # itesio0 {
57 #       # Fixup rfact and change description for the VCore sensor.
58 #       sensor3 { description = "VCore Voltage"; rfact = 1000000; }
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; }
66 #       # Fixup rfact for the -12V sensor.
67 #       sensor9 { rfact = 9000000; }
68 # }