diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 08:00:39 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 08:00:39 +0000 |
commit | 2a30f1933c8ee9b6dc707a5b2f3bf20b12332cc4 (patch) | |
tree | 219cc08a5e2f31cba1396d0441ee37adf305342f /share/man | |
parent | e2bdd52fe1e738c40d19940d0b5ca4f1d95a7d13 (diff) |
andl(4) manual page for Andigilog aSC7611
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/andl.4 | 55 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 6 |
3 files changed, 61 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index db7f45f0527..155c41e51fa 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.443 2008/03/19 19:33:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.444 2008/03/23 08:00:38 cnst Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -6,7 +6,7 @@ MAN= aac.4 ac97.4 acphy.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 agp.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 \ + an.4 andl.4 aps.4 arc.4 aria.4 art.4 \ asbtm.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 azalia.4 \ bce.4 bge.4 bha.4 \ diff --git a/share/man/man4/andl.4 b/share/man/man4/andl.4 new file mode 100644 index 00000000000..6c5ab6788c0 --- /dev/null +++ b/share/man/man4/andl.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: andl.4,v 1.1 2008/03/23 08:00:38 cnst Exp $ +.\" +.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru> +.\" +.\" 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: March 23 2008 $ +.Dt ANDL 4 +.Os +.Sh NAME +.Nm andl +.Nd Andigilog aSC7611 temperature, voltage, and fan sensor +.Sh SYNOPSIS +.Cd "andl* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Andigilog aSC7611 Hardware Monitor. +The device provides 3 temperature sensors, +5 voltage sensors and 4 fan 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 +.Rs +.%T Andigilog aSC7611 Hardware Monitor with Integrated Fan Control +.%D October 2006 +.%O http://www.andigilog.com/downloads/aSC7611_70A05007.pdf +.Re +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.4 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Constantine A. Murenin Aq cnst@openbsd.org +whilst at the University of Waterloo. diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 894413c4b0a..c551e57de57 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.67 2008/02/12 10:12:14 robert Exp $ +.\" $OpenBSD: iic.4,v 1.68 2008/03/23 08:00:38 cnst Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 12 2008 $ +.Dd $Mdocdate: March 23 2008 $ .Dt IIC 4 .Os .Sh NAME @@ -120,6 +120,8 @@ Analog Devices ADM1030 temperature sensor Analog Devices ADM1031 temperature sensor .It Xr adt 4 Analog Devices ADT7460 temperature, voltage, and fan sensor +.It Xr andl 4 +Andigilog aSC7611 temperature, voltage, and fan sensor .It Xr asbtm 4 Asus ASB 100 temperature sensor .It Xr asms 4 |