summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-09-07 19:19:54 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-09-07 19:19:54 +0000
commitdd104d2e95224717ef2ccaf5decb6ffb10f1a1ad (patch)
tree4496cae67fe2c86998fbf34d8c83383438a99f79 /share
parent7dda6db762260dcb35a8e429f55ccfdcb5d6ef6c (diff)
adl(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/adl.443
2 files changed, 45 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8746c8f6e3a..0312b19b682 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.425 2007/09/06 16:37:03 damien Exp $
+# $OpenBSD: Makefile,v 1.426 2007/09/07 19:19:53 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
acpiec.4 acpihpet.4 acpimadt.4 acpiprt.4 acpitimer.4 acpitz.4 \
- acx.4 adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
+ acx.4 adc.4 addcom.4 adl.4 admcts.4 admlc.4 admtemp.4 \
admtm.4 admtmp.4 admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahci.4 ahd.4 \
aic.4 akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \
an.4 aps.4 arc.4 aria.4 art.4 \
diff --git a/share/man/man4/adl.4 b/share/man/man4/adl.4
new file mode 100644
index 00000000000..5350a88c6e3
--- /dev/null
+++ b/share/man/man4/adl.4
@@ -0,0 +1,43 @@
+.\" $OpenBSD: adl.4,v 1.1 2007/09/07 19:19:53 kettenis Exp $
+.\"
+.\" Copyright (c) 2007 Mike Belopuhov
+.\"
+.\" 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: September 7 2007 $
+.Dt ADL 4
+.Os
+.Sh NAME
+.Nm adl
+.Nd Andigilog aSC7621 temperature, voltage, and fan sensor
+.Sh SYNOPSIS
+.Cd "adl* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Andigilog aSC7621 sensors.
+The sensor possesses a collection of sensor values which 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 Mike Belopuhov .