Add configuration properties for the Gigabyte P35C-DS3R, that uses

an IT8718F Super I/O.
This commit is contained in:
xtraeme 2007-12-27 00:52:40 +00:00
parent d0431ebd34
commit b9fa8c12a2
1 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: envsys.conf,v 1.8 2007/11/18 01:58:19 wiz Exp $
# $NetBSD: envsys.conf,v 1.9 2007/12/27 00:52:40 xtraeme Exp $
#
# ----------------------------------------------------------------------
# Configuration file for envstat(8) and the envsys(4) framework.
@ -8,6 +8,7 @@
# and properties inside of the sensor block:
#
# foo0 {
# prop0 = value;
# sensor0 { ... }
# }
#
@ -18,13 +19,15 @@
#
# 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:
# value for the specified motherboard and driver.
#
# ----------
# ASUS M2N-E
#
# itesio0 {
# # VCORE_A
@ -42,4 +45,14 @@
# # +12V
# sensor7 { rfact = 8500000; description = "+12 Voltage"; }
# }
#
# --------------------------------------
# Gigabyte P35C-DS3R (IT8718F Super I/O)
#
# itesio0 {
# # VCORE_B is DDR
# sensor4 { description = "DDR"; }
#
# # Fixup the +12V sensor.
# sensor7 { rfact = 110000000; }
# }