envsys.conf revision 1.5
1# $NetBSD: envsys.conf,v 1.5 2007/10/07 04:19:06 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#		sensor0 { ... }
12#	}
13#
14# Properties must be separated by a semicolon character and assigned by
15# using the equal character:
16#
17# 		critical-capacity = 10;
18#
19# Please see the envsys.conf(5) manual page for a detailed explanation.
20#
21#
22# ----------------------------------------------------------------------
23#       CONFIGURATION FILES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
24# ----------------------------------------------------------------------
25#
26# The following configuration properties will report the correct
27# values for the ASUS M2N-E motherboard using the it(4) driver:
28#
29# it0 {
30# 	# VCORE_A
31# 	sensor3 { rfact = 1800000; }
32#
33# 	# VCORE_B = +3.3V 
34# 	sensor4 { rfact = 2000000; description = "+3.3V" };
35#
36# 	# +5.5V
37# 	sensor5 { rfact = 3490000; }
38#
39# 	# +12V
40# 	sensor6 { rfact = 8500000; }
41# }
42
43