2007-07-07 13:57:47 +04:00
|
|
|
# $NetBSD: envsys.conf,v 1.3 2007/07/07 09:57:47 xtraeme Exp $
|
Imported envsys 2, a brief description of the new features:
(Part 4: documentation and configuration files)
* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
sysmon_power(9) and powerd(8), that means there is no 32 bytes event
size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.
Tested by:
blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).
2007-07-01 11:55:51 +04:00
|
|
|
#
|
2007-07-07 13:31:54 +04:00
|
|
|
# The format used is the following:
|
Imported envsys 2, a brief description of the new features:
(Part 4: documentation and configuration files)
* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
sysmon_power(9) and powerd(8), that means there is no 32 bytes event
size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.
Tested by:
blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).
2007-07-01 11:55:51 +04:00
|
|
|
#
|
|
|
|
# device:sensor name:target:value
|
|
|
|
#
|
2007-07-07 13:31:54 +04:00
|
|
|
# Note that only one target is allowed per line, see envstat(8)
|
|
|
|
# for more information.
|
|
|
|
#
|
|
|
|
# Example:
|
|
|
|
#
|
Imported envsys 2, a brief description of the new features:
(Part 4: documentation and configuration files)
* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
sysmon_power(9) and powerd(8), that means there is no 32 bytes event
size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.
Tested by:
blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).
2007-07-01 11:55:51 +04:00
|
|
|
#acpitz0:acpitz0 temperature:critmax:80
|
|
|
|
#acpitz0:acpitz0 temperature:critmin:10
|
|
|
|
#acpitz1:acpitz1 temperature:critmax:90
|
|
|
|
#acpitz1:acpitz1 temperature:critmin:15
|
2007-07-07 13:31:54 +04:00
|
|
|
#
|
|
|
|
# ========================================================
|
|
|
|
# ADDITIONAL CONFIGURATION FOR SPECIFIC MOTHERBOARDS/CHIPS
|
|
|
|
# ========================================================
|
|
|
|
#
|
2007-07-07 13:57:47 +04:00
|
|
|
# The following entry gives the correct values for the ASUS M2N-E
|
|
|
|
# motherboard using the it(4) driver:
|
2007-07-07 13:31:54 +04:00
|
|
|
#
|
|
|
|
#it0:VCORE_A:rfact:1800000
|
|
|
|
#it0:VCORE_B:desc:+3.3V
|
|
|
|
#it0:+3.3V:rfact:2000000
|
|
|
|
#it0:+5V:rfact:3490000
|
|
|
|
#it0:+12V:rfact:8500000
|
|
|
|
#
|