summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-06-13 02:45:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-06-13 02:45:24 +0000
commitec2e076ff6c252863e31925430ab3b2e80d21844 (patch)
tree77d3f87af83368b5738ba3391315d01918f6dd34 /share
parent34c86dabc6e335d3c9d8243a594c8fc823ad2023 (diff)
add sfuart(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/man4.riscv64/Makefile7
-rw-r--r--share/man/man4/man4.riscv64/sfuart.430
3 files changed, 39 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 4cef668149a..2b812641d9b 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.799 2021/05/28 15:52:11 visa Exp $
+# $OpenBSD: Makefile,v 1.800 2021/06/13 02:45:23 jsg Exp $
MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -106,7 +106,7 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
SUBDIR= man4.alpha man4.amd64 man4.arm64 man4.armv7 \
man4.hppa man4.i386 man4.landisk man4.loongson man4.luna88k \
- man4.macppc man4.octeon man4.powerpc64 man4.sparc64
+ man4.macppc man4.octeon man4.powerpc64 man4.riscv64 man4.sparc64
CLEANFILES+= wi.4
diff --git a/share/man/man4/man4.riscv64/Makefile b/share/man/man4/man4.riscv64/Makefile
new file mode 100644
index 00000000000..275d66fdc2d
--- /dev/null
+++ b/share/man/man4/man4.riscv64/Makefile
@@ -0,0 +1,7 @@
+# $OpenBSD: Makefile,v 1.1 2021/06/13 02:45:23 jsg Exp $
+
+MAN= sfuart.4
+
+MANSUBDIR=riscv64
+
+.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.riscv64/sfuart.4 b/share/man/man4/man4.riscv64/sfuart.4
new file mode 100644
index 00000000000..3b53877fe94
--- /dev/null
+++ b/share/man/man4/man4.riscv64/sfuart.4
@@ -0,0 +1,30 @@
+.\" $OpenBSD: sfuart.4,v 1.1 2021/06/13 02:45:23 jsg Exp $
+.\"
+.\" Copyright (c) 2021 Jonathan Gray <jsg@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: June 13 2021 $
+.Dt SFUART 4
+.Os
+.Sh NAME
+.Nm sfuart
+.Nd SiFive Universal Asynchronous Receiver/Transmiter
+.Sh SYNOPSIS
+.Cd "sfuart* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the SiFive Universal Asynchronous Receiver/Transmiter (UART).
+.Sh SEE ALSO
+.Xr tty 4