From: visa Date: Sun, 2 Jul 2017 07:27:16 +0000 (+0000) Subject: Add octciu(4) manual page. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4f9bda08d07d62599083568739f223b6de2a92a7;p=openbsd Add octciu(4) manual page. --- 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 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 .