4b431f1771
and the envsys framework. The rc.d has been simplified vastly... the configuration file now is more powerful than ever!
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# $NetBSD: envsys.conf,v 1.5 2007/10/07 04:19:06 xtraeme Exp $
|
|
#
|
|
# ----------------------------------------------------------------------
|
|
# Configuration file for envstat(8) and the envsys(4) framework.
|
|
# ----------------------------------------------------------------------
|
|
#
|
|
# Devices are specified in the first block, sensors in the second block,
|
|
# and properties inside of the sensor block:
|
|
#
|
|
# foo0 {
|
|
# sensor0 { ... }
|
|
# }
|
|
#
|
|
# Properties must be separated by a semicolon character and assigned by
|
|
# using the equal character:
|
|
#
|
|
# critical-capacity = 10;
|
|
#
|
|
# Please see the envsys.conf(5) manual page for a detailed explanation.
|
|
#
|
|
#
|
|
# ----------------------------------------------------------------------
|
|
# CONFIGURATION FILES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
|
|
# ----------------------------------------------------------------------
|
|
#
|
|
# The following configuration properties will report the correct
|
|
# values for the ASUS M2N-E motherboard using the it(4) driver:
|
|
#
|
|
# it0 {
|
|
# # VCORE_A
|
|
# sensor3 { rfact = 1800000; }
|
|
#
|
|
# # VCORE_B = +3.3V
|
|
# sensor4 { rfact = 2000000; description = "+3.3V" };
|
|
#
|
|
# # +5.5V
|
|
# sensor5 { rfact = 3490000; }
|
|
#
|
|
# # +12V
|
|
# sensor6 { rfact = 8500000; }
|
|
# }
|
|
|