summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2019-04-23 13:56:51 +0000
committervisa <visa@openbsd.org>2019-04-23 13:56:51 +0000
commit9744e506c224ba2a142370aea47e4b90820ec3a9 (patch)
treeec317618dd11fee0a06a322794caf41ecd11be0b
parentAdd a driver for OCTEON two-wire serial interface. (diff)
downloadwireguard-openbsd-9744e506c224ba2a142370aea47e4b90820ec3a9.tar.xz
wireguard-openbsd-9744e506c224ba2a142370aea47e4b90820ec3a9.zip
Add a manual page for octiic(4).
-rw-r--r--share/man/man4/man4.octeon/Makefile4
-rw-r--r--share/man/man4/man4.octeon/octiic.440
2 files changed, 42 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile
index 6bb7c481f24..2cd21143885 100644
--- a/share/man/man4/man4.octeon/Makefile
+++ b/share/man/man4/man4.octeon/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.13 2019/01/12 17:07:16 visa Exp $
+# $OpenBSD: Makefile,v 1.14 2019/04/23 13:56:51 visa Exp $
MAN= amdcf.4 cnmac.4 octcib.4 octcit.4 octciu.4 octcrypto.4 octgpio.4 \
- octmmc.4 octrng.4 octrtc.4 octsctl.4 octuctl.4 octxctl.4
+ octiic.4 octmmc.4 octrng.4 octrtc.4 octsctl.4 octuctl.4 octxctl.4
MANSUBDIR=octeon
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.octeon/octiic.4 b/share/man/man4/man4.octeon/octiic.4
new file mode 100644
index 00000000000..1059ce92b0e
--- /dev/null
+++ b/share/man/man4/man4.octeon/octiic.4
@@ -0,0 +1,40 @@
+.\" $OpenBSD: octiic.4,v 1.1 2019/04/23 13:56:51 visa Exp $
+.\"
+.\" Copyright (c) 2019 Visa Hankala
+.\"
+.\" 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: April 23 2019 $
+.Dt OCTIIC 4 octeon
+.Os
+.Sh NAME
+.Nm octiic
+.Nd OCTEON two-wire serial interface
+.Sh SYNOPSIS
+.Cd "octiic* at fdt?"
+.Cd "iic* at octiic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the OCTEON two-wire serial interface
+for use with the
+.Xr iic 4
+framework.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.6 .