summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2018-04-07 10:16:56 +0000
committerkettenis <kettenis@openbsd.org>2018-04-07 10:16:56 +0000
commitdb4eeb34b11c7f9958ad3ba62d6086637c125316 (patch)
tree8d011baffed1da80c06a6e2e34f1f5d595a8de90
parentsort (diff)
downloadwireguard-openbsd-db4eeb34b11c7f9958ad3ba62d6086637c125316.tar.xz
wireguard-openbsd-db4eeb34b11c7f9958ad3ba62d6086637c125316.zip
efi(4)
-rw-r--r--share/man/man4/man4.arm64/Makefile4
-rw-r--r--share/man/man4/man4.arm64/efi.444
2 files changed, 46 insertions, 2 deletions
diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile
index 1054dfdc1c6..084eb6c6ec5 100644
--- a/share/man/man4/man4.arm64/Makefile
+++ b/share/man/man4/man4.arm64/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 2018/04/04 14:21:26 jsg Exp $
+# $OpenBSD: Makefile,v 1.2 2018/04/07 10:16:56 kettenis Exp $
-MAN= agtimer.4 ampintc.4 intro.4 pluart.4
+MAN= agtimer.4 ampintc.4 efi.4 intro.4 pluart.4
MANSUBDIR=arm64
diff --git a/share/man/man4/man4.arm64/efi.4 b/share/man/man4/man4.arm64/efi.4
new file mode 100644
index 00000000000..fbb6675dbc4
--- /dev/null
+++ b/share/man/man4/man4.arm64/efi.4
@@ -0,0 +1,44 @@
+.\" $OpenBSD: efi.4,v 1.1 2018/04/07 10:16:56 kettenis Exp $
+.\"
+.\" Copyright (c) 2018 Mark Kettenis <kettenis@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 7 2018 $
+.Dt EFI 4
+.Os
+.Sh NAME
+.Nm efi
+.Nd EFI runtime services
+.Sh SYNOPSIS
+.Cd "efi* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for EFI runtime services offered by UEFI
+firmware implementations.
+Support is currently limited to reading and setting the Real Time
+Clock on systems that offer such functionality.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .