rkpcie(4)
authorkettenis <kettenis@openbsd.org>
Tue, 2 Jan 2018 22:56:01 +0000 (22:56 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 2 Jan 2018 22:56:01 +0000 (22:56 +0000)
share/man/man4/Makefile
share/man/man4/pci.4
share/man/man4/rkpcie.4 [new file with mode: 0644]

index f730857..20b409d 100644 (file)
@@ -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 \
index c23cd6a..65993bc 100644 (file)
@@ -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 (file)
index 0000000..0553317
--- /dev/null
@@ -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 .