Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/envsys.conf,v rcsdiff: /ftp/cvs/cvsroot/src/etc/envsys.conf,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- src/etc/envsys.conf 2007/10/07 04:19:06 1.5 +++ src/etc/envsys.conf 2007/10/10 20:49:38 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: envsys.conf,v 1.5 2007/10/07 04:19:06 xtraeme Exp $ +# $NetBSD: envsys.conf,v 1.6 2007/10/10 20:49:38 xtraeme Exp $ # # ---------------------------------------------------------------------- # Configuration file for envstat(8) and the envsys(4) framework. @@ -31,12 +31,15 @@ # sensor3 { rfact = 1800000; } # # # VCORE_B = +3.3V -# sensor4 { rfact = 2000000; description = "+3.3V" }; +# sensor4 { rfact = 2000000; description = "+3.3 Voltage" }; +# +# # Original +3.3V, unused +# sensor5 { description = "Unused"; } # # # +5.5V -# sensor5 { rfact = 3490000; } +# sensor6 { rfact = 3490000; description = "+5 Voltage"; } # # # +12V -# sensor6 { rfact = 8500000; } +# sensor7 { rfact = 8500000; description = "+12 Voltage"; } # }