summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2020-06-11 00:10:58 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2020-06-11 00:10:58 +0000
commit825026a01fa7161009d302847197dd4fa503b851 (patch)
treea78a10825d6e5a80ea96bb7d56fa8837d4317772 /share/man
parent84bd734fe1b9408302387e99d5a0019337e23843 (diff)
rkiis(4)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/rkiis.448
2 files changed, 51 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 48c439bf290..3c4f629458b 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.775 2020/06/10 17:58:57 patrick Exp $
+# $OpenBSD: Makefile,v 1.776 2020/06/11 00:10:57 patrick Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -65,8 +65,8 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.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 \
rge.4 ricohrtc.4 rkanxdp.4 rkclock.4 rkdrm.4 rkdwhdmi.4 rkdwusb.4 \
- rkemmcphy.4 rkgpio.4 rkgrf.4 rkiic.4 rkpcie.4 rkpinctrl.4 rkpmic.4 \
- rkpwm.4 rkrng.4 rktemp.4 rkvop.4 \
+ rkemmcphy.4 rkgpio.4 rkgrf.4 rkiic.4 rkiis.4 rkpcie.4 rkpinctrl.4 \
+ rkpmic.4 rkpwm.4 rkrng.4 rktemp.4 rkvop.4 \
rl.4 rlphy.4 route.4 rsu.4 rtsx.4 rum.4 run.4 rtw.4 rtwn.4 \
safe.4 safte.4 sbus.4 schsio.4 scsi.4 sd.4 \
sdmmc.4 sdhc.4 se.4 ses.4 \
diff --git a/share/man/man4/rkiis.4 b/share/man/man4/rkiis.4
new file mode 100644
index 00000000000..a468ac8bb5d
--- /dev/null
+++ b/share/man/man4/rkiis.4
@@ -0,0 +1,48 @@
+.\" $OpenBSD: rkiis.4,v 1.1 2020/06/11 00:10:57 patrick Exp $
+.\"
+.\" Copyright (c) 2020 Patrick Wildt <patrick@blueri.se>
+.\"
+.\" 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: June 11 2020 $
+.Dt RKIIS 4
+.Os
+.Sh NAME
+.Nm rkiis
+.Nd Rockchip I2S controller
+.Sh SYNOPSIS
+.Cd "rkiis* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the I2S controller integrated in various
+Rockchip SoCs.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.8 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Jared McNeill Aq Mt jmcneill@invisible.ca
+for
+.Nx
+and ported to
+.Ox
+by
+.An Patrick Wildt Aq Mt patrick@blueri.se .