summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-15 16:28:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-15 16:28:56 +0000
commitce202adb482cbf446420e2301b066798e7f2a7d1 (patch)
tree93ac4e69ed43ec91e0e671f169883e5bce010585 /share/man/man4
parent9e7efaa3ad2ab2a8547b0d32f2f038f2758a0f52 (diff)
man page for maxim 6690 driver
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile5
-rw-r--r--share/man/man4/maxtmp.445
2 files changed, 48 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 11612596864..05ff2ece632 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.316 2005/11/14 23:57:30 brad Exp $
+# $OpenBSD: Makefile,v 1.317 2005/11/15 16:28:54 deraadt Exp $
MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 atalk.4 \
@@ -17,7 +17,8 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipmi.4 ipsec.4 ipw.4 isa.4 isapnp.4 \
ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \
- lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \
+ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \
+ maestro.4 maxtmp.4 midi.4 \
mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \
netintro.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \
nsphy.4 nsphyter.4 null.4 ohci.4 opl.4 options.4 \
diff --git a/share/man/man4/maxtmp.4 b/share/man/man4/maxtmp.4
new file mode 100644
index 00000000000..dbecd6925b4
--- /dev/null
+++ b/share/man/man4/maxtmp.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: maxtmp.4,v 1.1 2005/11/15 16:28:55 deraadt Exp $
+.\"
+.\" Copyright (c) 2004 Alexander Yurchenko <grange@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 May 16, 2004
+.Dt MAXTMP 4
+.Os
+.Sh NAME
+.Nm maxtmp
+.Nd Maxim MAX6690 temperature sensor
+.Sh SYNOPSIS
+.Cd "maxtmp* at maciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Maxim MAX6690
+temperature sensor.
+The sensor possesses an internal temperature sensor and a link
+to an external temperature sensor.
+Both 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 AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Theo de Raadt Aq deraadt@openbsd.org .