Add octciu(4) manual page.
authorvisa <visa@openbsd.org>
Sun, 2 Jul 2017 07:27:16 +0000 (07:27 +0000)
committervisa <visa@openbsd.org>
Sun, 2 Jul 2017 07:27:16 +0000 (07:27 +0000)
share/man/man4/man4.octeon/Makefile
share/man/man4/man4.octeon/octciu.4 [new file with mode: 0644]

index 24d5948..e831370 100644 (file)
@@ -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 (file)
index 0000000..910801d
--- /dev/null
@@ -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 .