summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-01-02 22:56:02 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-01-02 22:56:02 +0000
commited0f56fefa013aca5912051bf5c4f42f9a394eca (patch)
tree6884cd811299facc9ffe2230690fe51fe9082e0b /share/man/man4
parent31b7387ab892ac0042128673fcdd9cf1ed9ffd8a (diff)
rkpcie(4)
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/pci.45
-rw-r--r--share/man/man4/rkpcie.444
3 files changed, 49 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f730857262b..20b409df996 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.662 2017/12/31 15:55:02 kettenis Exp $
+# $OpenBSD: Makefile,v 1.663 2018/01/02 22:56:01 kettenis Exp $
MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -51,7 +51,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 pty.4 puc.4 pvbus.4 pwdog.4 \
qla.4 qle.4 qlw.4 qsphy.4 radio.4 \
ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \
- ricohrtc.4 rktemp.4 \
+ ricohrtc.4 rkpcie.4 rktemp.4 \
rl.4 rlphy.4 route.4 rsu.4 rtsx.4 rum.4 run.4 \
rtfps.4 rtw.4 rtwn.4 safe.4 safte.4 sbus.4 schsio.4 \
scsi.4 sd.4 \
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index c23cd6a0139..65993bc2f78 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.357 2017/09/03 17:25:46 jmc Exp $
+.\" $OpenBSD: pci.4,v 1.358 2018/01/02 22:56:01 kettenis Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -31,7 +31,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 3 2017 $
+.Dd $Mdocdate: January 2 2018 $
.Dt PCI 4
.Os
.Sh NAME
@@ -51,6 +51,7 @@
.Pp
.Cd "# arm64"
.Cd "pci* at pciecam?"
+.Cd "pci* at rkpcie?"
.Pp
.Cd "# hppa"
.Cd "pci* at dino?"
diff --git a/share/man/man4/rkpcie.4 b/share/man/man4/rkpcie.4
new file mode 100644
index 00000000000..055331767ad
--- /dev/null
+++ b/share/man/man4/rkpcie.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: rkpcie.4,v 1.1 2018/01/02 22:56:01 kettenis Exp $
+.\"
+.\" Copyright (c) 2018 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 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: January 2 2018 $
+.Dt RKPCIE 4
+.Os
+.Sh NAME
+.Nm rkpcie
+.Nd Rockchip RK3399 Host/PCIe bridge
+.Sh SYNOPSIS
+.Cd "rkpcie* at fdt?"
+.Cd "pci* at rkpcie?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the PCIe controller found on the
+Rockchip RK3399 SoC.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Mt kettenis@openbsd.org .