summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2017-07-02 07:27:17 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2017-07-02 07:27:17 +0000
commit165005d75e2aa8aaf53eb9baac3ccadf704fed8e (patch)
treeacb96b3a763406d0b6a3b80c25f3571b2601782e /share
parent06af0433fcb92bc3bd699b0ff74d058d5d2163e1 (diff)
Add octciu(4) manual page.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.octeon/Makefile4
-rw-r--r--share/man/man4/man4.octeon/octciu.447
2 files changed, 49 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile
index 24d5948b026..e831370f819 100644
--- a/share/man/man4/man4.octeon/Makefile
+++ b/share/man/man4/man4.octeon/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.6 2016/12/21 14:04:54 visa Exp $
+# $OpenBSD: Makefile,v 1.7 2017/07/02 07:27:16 visa Exp $
-MAN= amdcf.4 cnmac.4 octmmc.4 octrng.4 octrtc.4 octuctl.4
+MAN= amdcf.4 cnmac.4 octciu.4 octmmc.4 octrng.4 octrtc.4 octuctl.4
MANSUBDIR=octeon
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.octeon/octciu.4 b/share/man/man4/man4.octeon/octciu.4
new file mode 100644
index 00000000000..910801df830
--- /dev/null
+++ b/share/man/man4/man4.octeon/octciu.4
@@ -0,0 +1,47 @@
+.\" $OpenBSD: octciu.4,v 1.1 2017/07/02 07:27:16 visa Exp $
+.\"
+.\" Copyright (c) 2017 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: July 2 2017 $
+.Dt OCTCIU 4 octeon
+.Os
+.Sh NAME
+.Nm octciu
+.Nd OCTEON central interrupt unit
+.Sh SYNOPSIS
+.Cd "octciu* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the OCTEON central interrupt unit (CIU).
+The CIU is present at least on the following system on chips:
+.Pp
+.Bl -item -offset indent -compact
+.It
+CN3xxx
+.It
+CN5xxx
+.It
+CN60xx
+.It
+CN61xx
+.It
+CN70xx
+.It
+CN71xx
+.El
+.Sh HISTORY
+Control code for the CIU first appeared in
+.Ox 5.4 .