add sfuart(4)
authorjsg <jsg@openbsd.org>
Sun, 13 Jun 2021 02:45:23 +0000 (02:45 +0000)
committerjsg <jsg@openbsd.org>
Sun, 13 Jun 2021 02:45:23 +0000 (02:45 +0000)
share/man/man4/Makefile
share/man/man4/man4.riscv64/Makefile [new file with mode: 0644]
share/man/man4/man4.riscv64/sfuart.4 [new file with mode: 0644]

index 4cef668..2b81264 100644 (file)
@@ -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 (file)
index 0000000..275d66f
--- /dev/null
@@ -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 (file)
index 0000000..3b53877
--- /dev/null
@@ -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