summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-15 22:12:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-15 22:12:47 +0000
commit3e3d621ffe25a810a88a570ce8cadd9106c173ce (patch)
treebdb40dc4547416cac4b5f94ac5be631b4ae365d9 /share
parent361682cc94392ed4cf850314b5d4a572069f8089 (diff)
ad741x driver
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/adc.445
2 files changed, 47 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 05ff2ece632..3b524014427 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.317 2005/11/15 16:28:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.318 2005/11/15 22:12:46 deraadt Exp $
-MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
+MAN= aac.4 ac97.4 acphy.4 adc.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 \
atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \
auixp.4 auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \
diff --git a/share/man/man4/adc.4 b/share/man/man4/adc.4
new file mode 100644
index 00000000000..9e47cbc8f6e
--- /dev/null
+++ b/share/man/man4/adc.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: adc.4,v 1.1 2005/11/15 22:12:46 deraadt Exp $
+.\"
+.\" Copyright (c) 2005 Theo de Raadt <deraadt@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 ADC 4
+.Os
+.Sh NAME
+.Nm adc
+.Nd Analog Devices AD7416/AD7417/7418 temperature sensor
+.Sh SYNOPSIS
+.Cd "adc* at maciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Analog Devices AD7416/AD7417/7418
+temperature sensor.
+The sensor possesses at least an internal temperature sensor.
+The AD7417 and 7418 also contain 4 additional ADC converters.
+These 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 .