diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:53:21 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:53:21 +0000 |
commit | 0501f19e99c4a07e03e42d77f226102c8077a10d (patch) | |
tree | da0dc7021e5e04cf2403256c45fecdad6b451248 | |
parent | d6601e2b35afc0b23d502e4ea8bc2ea7a05fec86 (diff) |
viaenv(4) manual page
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/viaenv.4 | 86 |
2 files changed, 88 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 85e0878c1ec..64e3274f896 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.237 2003/04/25 21:27:33 grange Exp $ +# $OpenBSD: Makefile,v 1.238 2003/04/25 21:53:20 grange Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -34,7 +34,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ ukphy.4 ulpt.4 umct.4 umidi.4 umodem.4 ums.4 umass.4 unix.4 upl.4 \ uplcom.4 urio.4 \ url.4 urlphy.4 usb.4 uscanner.4 usscanner.4 uvisor.4 uvscom.4 uyap.4 \ - vga.4 vlan.4 vnd.4 vr.4 \ + vga.4 viaenv.4 vlan.4 vnd.4 vr.4 \ wb.4 wd.4 wdc.4 we.4 wi.4tbl \ wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ xe.4 xl.4 xmphy.4 yds.4 ym.4 xf86.4 zero.4 diff --git a/share/man/man4/viaenv.4 b/share/man/man4/viaenv.4 new file mode 100644 index 00000000000..3091201f7ac --- /dev/null +++ b/share/man/man4/viaenv.4 @@ -0,0 +1,86 @@ +.\" $OpenBSD: viaenv.4,v 1.1 2003/04/25 21:53:20 grange Exp $ +.\" $NetBSD: viaenv.4,v 1.5 2001/09/11 23:18:55 wiz Exp $ +.\" +.\" Copyright (c) 2000 Johan Danielsson +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" 3. Neither the name of author nor the names of any contributors may +.\" be used to endorse or promote products derived from this +.\" software without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS +.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS +.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +.\" POSSIBILITY OF SUCH DAMAGE. +.Dd May 8, 2000 +.Dt VIAENV 4 +.Os +.Sh NAME +.Nm viaenv +.Nd VIA VT82C686A hardware monitor +.Sh SYNOPSIS +.Cd "viaenv* at pci? dev ? function ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the hardware monitor in the +.Tn VIA +VT82C686A South Bridge to be used with the +.Xr sysctl 3 +interface. +.Pp +The device has 10 sensors: +.Bl -column "Sensor" "Units" "Typical" -offset indent +.It Sy "Sensor" Ta Sy "Units" Ta Sy "Typical Use" +.It Li "TSENS1" Ta "uK" Ta "CPU temperature" +.It Li "TSENS2" Ta "uK" Ta "System temperature" +.It Li "TSENS3" Ta "uK" Ta "Unknown" +.It Li "FAN1" Ta "RPM" Ta "CPU fan" +.It Li "FAN2" Ta "RPM" Ta "System fan" +.It Li "VSENS1" Ta "uV DC" Ta "CPU core voltage (2.0V)" +.It Li "VSENS2" Ta "uV DC" Ta "North Bridge core voltage (2.5V)" +.It Li "Vcore" Ta "uV DC" Ta "Internal core voltage (3.3V)" +.It Li "VSENS3" Ta "uV DC" Ta "+5V" +.It Li "VSENS4" Ta "uV DC" Ta "+12V" +.El +.Pp +Sensor data is updated every 1.5 seconds. +.Sh SEE ALSO +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Nx 1.5 , +.Ox +support was added in +.Ox 3.4 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Johan Danielsson +and ported to +.Ox 3.4 +by +.An Alexander Yurchenko Aq grange@openbsd.org . +.Sh BUGS +Interrupt support is unimplemented, as is support for setting values. |