summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-04-24 05:16:28 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-04-24 05:16:28 +0000
commitfa0170077c5605f56a659c21e21acf667ae66177 (patch)
tree52f3f17bb2d96355b2d2d65a6b7320ce3af1b300 /share
parent1dff4360bf7fd6b621e222f4fd5c9a503f2bb261 (diff)
add gfrtc(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/gfrtc.434
2 files changed, 36 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 073f3086c07..0edb314e09f 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.794 2021/04/07 17:13:38 kettenis Exp $
+# $OpenBSD: Makefile,v 1.795 2021/04/24 05:16:27 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 \
@@ -33,7 +33,7 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \
eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \
fanpwr.4 fd.4 fdc.4 fec.4 fido.4 fins.4 fintek.4 fms.4 fusbtc.4 \
fuse.4 fxp.4 \
- gdt.4 gentbi.4 gem.4 gif.4 glenv.4 glkgpio.4 gpio.4 gpiodcf.4 \
+ gdt.4 gentbi.4 gem.4 gfrtc.4 gif.4 glenv.4 glkgpio.4 gpio.4 gpiodcf.4 \
gpioiic.4 gpioow.4 graphaudio.4 gre.4 gscsio.4 \
hds.4 hiclock.4 hidwusb.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \
hireset.4 hitemp.4 hme.4 hotplug.4 hsq.4 \
diff --git a/share/man/man4/gfrtc.4 b/share/man/man4/gfrtc.4
new file mode 100644
index 00000000000..0bcc3bbcd2f
--- /dev/null
+++ b/share/man/man4/gfrtc.4
@@ -0,0 +1,34 @@
+.\" $OpenBSD: gfrtc.4,v 1.1 2021/04/24 05:16:27 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: April 24 2021 $
+.Dt GFRTC 4
+.Os
+.Sh NAME
+.Nm gfrtc
+.Nd Google Goldfish real-time clock
+.Sh SYNOPSIS
+.Cd "gfrtc* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the real-time clock interface of Google's Goldfish
+Android virtual hardware platform.
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 7.0 .