summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-02-19 00:29:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-02-19 00:29:40 +0000
commita169798434ec26d967942519e583baf71c7f45bf (patch)
treee85cf285b6feca69f3448aa6293b04b116901123 /share/man
parentdcf7a8d8271bfce95611a0e421b05cb00962e7fc (diff)
mfokclock manpage and Xr
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/iic.47
-rw-r--r--share/man/man4/man4.loongson/Makefile5
-rw-r--r--share/man/man4/man4.loongson/mfokclock.431
3 files changed, 39 insertions, 4 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index dd6a3de6ada..d1d1d6d41b1 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.4,v 1.75 2009/08/12 14:58:34 cnst Exp $
+.\" $OpenBSD: iic.4,v 1.76 2010/02/19 00:29:37 miod 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: August 12 2009 $
+.Dd $Mdocdate: February 19 2010 $
.Dt IIC 4
.Os
.Sh NAME
@@ -35,6 +35,7 @@
.Cd "iic* at piixpm? # amd64 i386"
.Cd "iic* at viapm? # amd64 i386"
.Cd "iic* at gpioiic? # i386"
+.Cd "iic* at gdiumiic? # loongson"
.Sh DESCRIPTION
.Tn I2C
is a two-wire bus developed by Philips used for connecting
@@ -150,6 +151,8 @@ National Semiconductor LM75/LM76/LM77 temperature sensor
Maxim DS1624/DS1631/DS1721 temperature sensor
.It Xr maxtmp 4
Maxim MAX6642/MAX6690 temperature sensor
+.It Xr mfokclock 4
+M41T8x Real Time Clock
.It Xr pcagpio 4
Philips PCA955[4567] GPIO controller
.It Xr pcaled 4
diff --git a/share/man/man4/man4.loongson/Makefile b/share/man/man4/man4.loongson/Makefile
index 9a19888184e..877c219a546 100644
--- a/share/man/man4/man4.loongson/Makefile
+++ b/share/man/man4/man4.loongson/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2010/02/18 23:05:06 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2010/02/19 00:29:39 miod Exp $
-MAN= autoconf.4 bonito.4 gdiumiic.4 glxpcib.4 intro.4 mem.4 smfb.4 voyager.4
+MAN= autoconf.4 bonito.4 gdiumiic.4 glxpcib.4 intro.4 \
+ mem.4 mfokclock.4 smfb.4 voyager.4
MANSUBDIR=loongson
MLINKS+= mem.4 kmem.4
diff --git a/share/man/man4/man4.loongson/mfokclock.4 b/share/man/man4/man4.loongson/mfokclock.4
new file mode 100644
index 00000000000..9d659fc5be6
--- /dev/null
+++ b/share/man/man4/man4.loongson/mfokclock.4
@@ -0,0 +1,31 @@
+.\" $OpenBSD: mfokclock.4,v 1.1 2010/02/19 00:29:39 miod Exp $
+.\"
+.\" Copyright (c) 2010 Miodrag Vallat.
+.\"
+.\" 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: February 19 2010 $
+.Dt MFOKCLOCK 4 loongson
+.Os
+.Sh NAME
+.Nm mfokclock
+.Nd M41T8x Real Time Clock
+.Sh SYNOPSIS
+.Cd "mfokclock* at iic? addr 0x68"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports two-wire Real Time Clock chips of the M41T8x family.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4