[BACK]Return to envsys.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

File: [cvs.NetBSD.org] / src / etc / envsys.conf (download)

Revision 1.13, Sat Oct 21 19:43:53 2017 UTC (6 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.12: +2 -2 lines

Update contact info for changes to this file.

# $NetBSD: envsys.conf,v 1.13 2017/10/21 19:43:53 jmcneill 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 {
# 		prop0 = value;
#		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 PROPERTIES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
# ----------------------------------------------------------------------
#
# The following configuration blocks will report the correct
# values for the specified motherboard and driver. If you have
# a different motherboard and verified the values are not correct
# please file a bug report.
#
# ------------------------------
# ASUS M2N-E (IT8712F Super I/O)
# ------------------------------
#
# itesio0 {
# 	# Fixup rfact for the VCORE_A sensor.
# 	sensor3 { rfact = 1800000; }
#
# 	# Fixup rfact and change description (VCORE_B = +3.3V).
# 	sensor4 { description = "+3.3 Voltage"; rfact = 2000000; }
#
# 	# Change description (+3.3V, unused sensor).
# 	sensor5 { description = "Unused"; }
#
# 	# Fixup rfact and change description for the +5V sensor.
# 	sensor6 { description = "+5 Voltage"; rfact = 3490000; }
#
# 	# Fixup rfact and change description for the +12V sensor.
# 	sensor7 { description = "+12 Voltage"; rfact = 8500000; }
# }
#
# --------------------------------------
# Gigabyte P35C-DS3R (IT8718F Super I/O)
# --------------------------------------
#
# itesio0 {
# 	# Fixup rfact and change description for the VCore sensor.
# 	sensor3 { description = "VCore Voltage"; rfact = 1000000; }
#
# 	# Change description (VCORE_B is DDR).
#	sensor4 { description = "DDR Voltage"; }
#	
#	# Fixup rfact and change description for the +12V sensor.
#	sensor7 { description = "+12 Voltage"; rfact = 116000000; }
#
#	# Fixup rfact for the -12V sensor.
#	sensor9 { rfact = 9000000; }
# }