summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-12-03 19:23:29 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-12-03 19:23:29 +0000
commit7b5ad9a07ed01b5536374d8b6d1f2db199d39e1d (patch)
tree5d6b1daacb9f9417be88ca6fdb9029678c6e21af /share/man
parent3a3702ca10b21145e81346d0186651f785ba9cdf (diff)
mvkpcie(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile7
-rw-r--r--share/man/man4/mvkpcie.444
2 files changed, 48 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index fea953a2837..652e26d7587 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.788 2020/11/29 22:23:51 kettenis Exp $
+# $OpenBSD: Makefile,v 1.789 2020/12/03 19:23:28 kettenis Exp $
MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -51,8 +51,9 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
mlphy.4 moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 \
mpip.4 mpu.4 msk.4 mpw.4 msts.4 mtd.4 mtdphy.4 mtio.4 mue.4 \
multicast.4 mvclock.4 mvdog.4 mvgicp.4 mvgpio.4 mvicu.4 mviic.4 \
- mvneta.4 mvpinctrl.4 mvpp.4 mvrng.4 mvrtc.4 mvspi.4 mvtemp.4 mvsw.4 \
- mvuart.4 myx.4 ne.4 neo.4 nep.4 netintro.4 nfe.4 nge.4 nmea.4 \
+ mvkpcie.4 mvneta.4 mvpinctrl.4 mvpp.4 mvrng.4 mvrtc.4 mvspi.4 \
+ mvtemp.4 mvsw.4 mvuart.4 myx.4 \
+ ne.4 neo.4 nep.4 netintro.4 nfe.4 nge.4 nmea.4 \
nsclpcsio.4 nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 nvme.4 nvt.4 \
oce.4 ohci.4 onewire.4 oosiop.4 openprom.4 options.4 osiop.4 otus.4 \
owid.4 owctr.4 owsbm.4 owtemp.4 \
diff --git a/share/man/man4/mvkpcie.4 b/share/man/man4/mvkpcie.4
new file mode 100644
index 00000000000..e080a04ed57
--- /dev/null
+++ b/share/man/man4/mvkpcie.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: mvkpcie.4,v 1.1 2020/12/03 19:23:28 kettenis Exp $
+.\"
+.\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" 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 SPECI`AL, 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: December 3 2020 $
+.Dt MVKPCIE 4
+.Os
+.Sh NAME
+.Nm mvkpcie
+.Nd Marvell ARMADA 3700 Host/PCIe bridge
+.Sh SYNOPSIS
+.Cd "mvkpcie* at fdt?"
+.Cd "pci* at mvkpcie?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the PCIe controller found on the
+Marvell ARMADA 3710/3720 SoC.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.8 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Patrick Wildt Aq Mt patrick@blueri.se .