initial plic(4) sfcc(4) sfclock(4)
authorjsg <jsg@openbsd.org>
Fri, 18 Jun 2021 04:29:09 +0000 (04:29 +0000)
committerjsg <jsg@openbsd.org>
Fri, 18 Jun 2021 04:29:09 +0000 (04:29 +0000)
share/man/man4/man4.riscv64/Makefile
share/man/man4/man4.riscv64/plic.4 [new file with mode: 0644]
share/man/man4/man4.riscv64/sfcc.4 [new file with mode: 0644]
share/man/man4/man4.riscv64/sfclock.4 [new file with mode: 0644]

index 275d66f..6f7731b 100644 (file)
@@ -1,6 +1,6 @@
-#      $OpenBSD: Makefile,v 1.1 2021/06/13 02:45:23 jsg Exp $
+#      $OpenBSD: Makefile,v 1.2 2021/06/18 04:29:09 jsg Exp $
 
-MAN=   sfuart.4
+MAN=   plic.4 sfcc.4 sfclock.4 sfuart.4
 
 MANSUBDIR=riscv64
 
diff --git a/share/man/man4/man4.riscv64/plic.4 b/share/man/man4/man4.riscv64/plic.4
new file mode 100644 (file)
index 0000000..7a339ea
--- /dev/null
@@ -0,0 +1,28 @@
+.\"    $OpenBSD: plic.4,v 1.1 2021/06/18 04:29:09 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 18 2021 $
+.Dt PLIC 4 riscv64
+.Os
+.Sh NAME
+.Nm plic
+.Nd Platform-Level Interrupt Controller
+.Sh SYNOPSIS
+.Cd "plic* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the RISC-V Platform-Level Interrupt Controller (PLIC).
diff --git a/share/man/man4/man4.riscv64/sfcc.4 b/share/man/man4/man4.riscv64/sfcc.4
new file mode 100644 (file)
index 0000000..a47c67f
--- /dev/null
@@ -0,0 +1,28 @@
+.\"    $OpenBSD: sfcc.4,v 1.1 2021/06/18 04:29:09 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 18 2021 $
+.Dt SFCC 4 riscv64
+.Os
+.Sh NAME
+.Nm sfcc
+.Nd SiFive L2 cache controller
+.Sh SYNOPSIS
+.Cd "sfcc* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the SiFive level two cache controller.
diff --git a/share/man/man4/man4.riscv64/sfclock.4 b/share/man/man4/man4.riscv64/sfclock.4
new file mode 100644 (file)
index 0000000..dc007e2
--- /dev/null
@@ -0,0 +1,28 @@
+.\"    $OpenBSD: sfclock.4,v 1.1 2021/06/18 04:29:09 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 18 2021 $
+.Dt SFCLOCK 4 riscv64
+.Os
+.Sh NAME
+.Nm sfclock
+.Nd SiFive Clock and Reset Control
+.Sh SYNOPSIS
+.Cd "sfclock* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the SiFive Power Reset Clocking Interrupt (PRCI).