summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-07-16 19:44:19 +0000
committerkettenis <kettenis@openbsd.org>2020-07-16 19:44:19 +0000
commitb82a4de3de4cee80b3fc35551ce9c09d6d54909c (patch)
tree466314ea828d4f67d508f9ee096295756f76fa6d
parentBootloader magic. (diff)
downloadwireguard-openbsd-b82a4de3de4cee80b3fc35551ce9c09d6d54909c.tar.xz
wireguard-openbsd-b82a4de3de4cee80b3fc35551ce9c09d6d54909c.zip
regen
-rw-r--r--etc/etc.powerpc64/MAKEDEV6
-rw-r--r--share/man/man8/man8.powerpc64/MAKEDEV.86
2 files changed, 8 insertions, 4 deletions
diff --git a/etc/etc.powerpc64/MAKEDEV b/etc/etc.powerpc64/MAKEDEV
index 6872ddc5ed3..2ddfa122757 100644
--- a/etc/etc.powerpc64/MAKEDEV
+++ b/etc/etc.powerpc64/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.3 2020/07/06 06:11:27 dlg Exp
+# OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.4 2020/07/16 19:42:47 kettenis Exp
# OpenBSD: MAKEDEV.common,v 1.111 2020/07/06 06:11:26 dlg Exp
# OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@@ -209,6 +209,10 @@ U=`unt $i`
[ "$U" ] || U=0
case $i in
+boot)
+ R ramdisk sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9
+ M kexec c 16 0 600
+ ;;
ramdisk)
R std bpf sd0 tty00 tty01 rd0 bio diskmap
R cd0 ttyC0 wskbd0 wskbd1 wskbd2 random
diff --git a/share/man/man8/man8.powerpc64/MAKEDEV.8 b/share/man/man8/man8.powerpc64/MAKEDEV.8
index 8d82fc1cb5f..3b5813187d8 100644
--- a/share/man/man8/man8.powerpc64/MAKEDEV.8
+++ b/share/man/man8/man8.powerpc64/MAKEDEV.8
@@ -1,9 +1,9 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.2 2020/07/06 06:13:11 dlg Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.3 2020/07/16 19:44:19 kettenis Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
-.\" OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.3 2020/07/06 06:11:27 dlg Exp
+.\" OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.4 2020/07/16 19:42:47 kettenis Exp
.\" OpenBSD: MAKEDEV.common,v 1.111 2020/07/06 06:11:26 dlg Exp
.\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp
.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 6 2020 $
+.Dd $Mdocdate: July 16 2020 $
.Dt MAKEDEV 8 powerpc64
.Os
.Sh NAME