From: kettenis Date: Tue, 2 Jan 2018 22:56:01 +0000 (+0000) Subject: rkpcie(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=81cf7c8027f95641f5e150d3788771335f1b815b;p=openbsd rkpcie(4) --- 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 +.\" +.\" 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 .