NetBSD/etc/envsys.conf

46 lines
1.3 KiB
Plaintext

# $NetBSD: envsys.conf,v 1.8 2007/11/18 01:58:19 wiz 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 itesio(4) driver:
#
# itesio0 {
# # VCORE_A
# sensor3 { rfact = 1800000; }
#
# # VCORE_B = +3.3V
# sensor4 { rfact = 2000000; description = "+3.3 Voltage"; }
#
# # Original +3.3V, unused
# sensor5 { description = "Unused"; }
#
# # +5.5V
# sensor6 { rfact = 3490000; description = "+5 Voltage"; }
#
# # +12V
# sensor7 { rfact = 8500000; description = "+12 Voltage"; }
# }