summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2011-07-03 21:37:20 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2011-07-03 21:37:20 +0000
commitd4d2788f7e061c53e6c97e54ce085c2a840c4597 (patch)
treeca43bae9906695494238652bf5cb246a12bb68ec /share/man/man4
parent6a76b5436e9ca0f77f2f95909b8d24d9ca647ca2 (diff)
man page for nvt(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile3
-rw-r--r--share/man/man4/nvt.450
2 files changed, 52 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f3297ff7f5e..d167ad19151 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.526 2011/06/23 22:46:12 schwarze Exp $
+# $OpenBSD: Makefile,v 1.527 2011/07/03 21:37:19 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -38,6 +38,7 @@ MAN= aac.4 ac97.4 acphy.4 \
mtd.4 mtdphy.4 multicast.4 mtio.4 myx.4 \
ne.4 neo.4 netintro.4 nfe.4 nge.4 nmea.4 \
noct.4 nofn.4 nsclpcsio.4 nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 \
+ nvt.4 \
ohci.4 options.4 onewire.4 oosiop.4 osiop.4 otus.4 \
owid.4 owctr.4 owsbm.4 \
owtemp.4 pcagpio.4 pcaled.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \
diff --git a/share/man/man4/nvt.4 b/share/man/man4/nvt.4
new file mode 100644
index 00000000000..12e618ca1e3
--- /dev/null
+++ b/share/man/man4/nvt.4
@@ -0,0 +1,50 @@
+.\" $OpenBSD: nvt.4,v 1.1 2011/07/03 21:37:19 kettenis Exp $
+.\"
+.\" Copyright (c) 2011 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: July 3 2011 $
+.Dt NVT 4
+.Os
+.Sh NAME
+.Nm nvt
+.Nd Nuvoton W83795G/ADG temperature, voltage, and fan sensor
+.Sh SYNOPSIS
+.Cd "nvt* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn Nuvoton
+W83795G and W83795ADG hardware monitors.
+These devices possess several voltage, temperature and fan speed sensors.
+Sensor values are made available through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq kettenis@openbsd.org .