- Fixup rfact values for itesio(4) in the Gigabyte P35C-DS3R mobo.
Only a sensor is only returning unknown data, all the other ones match what the BIOS returns. - Improve comments and add a note for contacting me if the values returned by drivers are not correct.
This commit is contained in:
parent
b81e94d02a
commit
1b916313b0
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: envsys.conf,v 1.10 2007/12/27 01:23:55 xtraeme Exp $
|
||||
# $NetBSD: envsys.conf,v 1.11 2008/04/22 13:16:32 xtraeme Exp $
|
||||
#
|
||||
# ----------------------------------------------------------------------
|
||||
# Configuration file for envstat(8) and the envsys(4) framework.
|
||||
|
@ -23,36 +23,43 @@
|
|||
# CONFIGURATION PROPERTIES FOR SPECIFIC DRIVERS AND MOTHERBOARDS
|
||||
# ----------------------------------------------------------------------
|
||||
#
|
||||
# The following configuration properties will report the correct
|
||||
# values for the specified motherboard and driver.
|
||||
# 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 email me at <xtraeme@NetBSD.org>.
|
||||
#
|
||||
# ----------
|
||||
# ASUS M2N-E
|
||||
# ------------------------------
|
||||
# ASUS M2N-E (IT8712F Super I/O)
|
||||
# ------------------------------
|
||||
#
|
||||
# itesio0 {
|
||||
# # VCORE_A
|
||||
# # Fixup rfact for the VCORE_A sensor.
|
||||
# sensor3 { rfact = 1800000; }
|
||||
#
|
||||
# # VCORE_B = +3.3V
|
||||
# sensor4 { rfact = 2000000; description = "+3.3 Voltage"; }
|
||||
# # Fixup rfact and change description (VCORE_B = +3.3V).
|
||||
# sensor4 { description = "+3.3 Voltage"; rfact = 2000000; }
|
||||
#
|
||||
# # Original +3.3V, unused
|
||||
# # Change description (+3.3V, unused sensor).
|
||||
# sensor5 { description = "Unused"; }
|
||||
#
|
||||
# # +5.5V
|
||||
# sensor6 { rfact = 3490000; description = "+5 Voltage"; }
|
||||
# # Fixup rfact and change description for the +5V sensor.
|
||||
# sensor6 { description = "+5 Voltage"; rfact = 3490000; }
|
||||
#
|
||||
# # +12V
|
||||
# sensor7 { rfact = 8500000; description = "+12 Voltage"; }
|
||||
# # Fixup rfact and change description for the +12V sensor.
|
||||
# sensor7 { description = "+12 Voltage"; rfact = 8500000; }
|
||||
# }
|
||||
#
|
||||
# --------------------------------------
|
||||
# Gigabyte P35C-DS3R (IT8718F Super I/O)
|
||||
# --------------------------------------
|
||||
#
|
||||
# itesio0 {
|
||||
# # VCORE_B is DDR
|
||||
# sensor4 { description = "DDR"; }
|
||||
# # 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 the +12V sensor.
|
||||
# sensor7 { rfact = 110000000; }
|
||||
# # Fixup rfact and change description for the +12V sensor.
|
||||
# sensor7 { description = "+12 Voltage"; rfact = 116000000; }
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue