diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-13 12:54:51 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-07-13 12:54:51 +0000 |
commit | 91169f6d113d7eeb7e759c598221f4eff4fd09d8 (patch) | |
tree | 5b9bc43826428329afef55a8a77a4d8dd464aca6 | |
parent | d515ae33fe6c62e3ec7648d28f9c243543ddaeed (diff) |
Add a manual page for octcib(4).
-rw-r--r-- | share/man/man4/man4.octeon/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.octeon/octcib.4 | 35 |
2 files changed, 37 insertions, 2 deletions
diff --git a/share/man/man4/man4.octeon/Makefile b/share/man/man4/man4.octeon/Makefile index e831370f819..101e1717282 100644 --- a/share/man/man4/man4.octeon/Makefile +++ b/share/man/man4/man4.octeon/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.7 2017/07/02 07:27:16 visa Exp $ +# $OpenBSD: Makefile,v 1.8 2017/07/13 12:54:50 visa Exp $ -MAN= amdcf.4 cnmac.4 octciu.4 octmmc.4 octrng.4 octrtc.4 octuctl.4 +MAN= amdcf.4 cnmac.4 octcib.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/octcib.4 b/share/man/man4/man4.octeon/octcib.4 new file mode 100644 index 00000000000..c99f12f7e7b --- /dev/null +++ b/share/man/man4/man4.octeon/octcib.4 @@ -0,0 +1,35 @@ +.\" $OpenBSD: octcib.4,v 1.1 2017/07/13 12:54:50 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 13 2017 $ +.Dt OCTCIB 4 octeon +.Os +.Sh NAME +.Nm octcib +.Nd Cavium interrupt bus widget +.Sh SYNOPSIS +.Cd "octcib* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Cavium interrupt bus (CIB) widget, +which is an auxiliary interrupt controller on the CN70xx and CN71xx +system on chips. +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.2 . |