diff options
author | 2017-07-13 12:54:50 +0000 | |
---|---|---|
committer | 2017-07-13 12:54:50 +0000 | |
commit | abfb65c01e40acf97b4c8faa5668b6fc1d498f0b (patch) | |
tree | 76011d9445a50596460c3096ccb6c3e729b496ba /share/man | |
parent | Add a driver for the CIB interrupt controller. Certain device (diff) | |
download | wireguard-openbsd-abfb65c01e40acf97b4c8faa5668b6fc1d498f0b.tar.xz wireguard-openbsd-abfb65c01e40acf97b4c8faa5668b6fc1d498f0b.zip |
Add a manual page for octcib(4).
Diffstat (limited to 'share/man')
-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 . |