diff options
author | 2019-07-17 14:41:42 +0000 | |
---|---|---|
committer | 2019-07-17 14:41:42 +0000 | |
commit | 8c268d9a34851234feb703704b4b8a229ef1ecd8 (patch) | |
tree | 53590c3a8eb3a39e3379090ca2dcb5ce810af902 | |
parent | Add a bootloader for octeon. (diff) | |
download | wireguard-openbsd-8c268d9a34851234feb703704b4b8a229ef1ecd8.tar.xz wireguard-openbsd-8c268d9a34851234feb703704b4b8a229ef1ecd8.zip |
regen
-rw-r--r-- | etc/etc.octeon/MAKEDEV | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/etc.octeon/MAKEDEV b/etc/etc.octeon/MAKEDEV index 59da0c8f3cc..2c516b8b874 100644 --- a/etc/etc.octeon/MAKEDEV +++ b/etc/etc.octeon/MAKEDEV @@ -3,7 +3,7 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.octeon/MAKEDEV.md,v 1.13 2016/09/04 15:38:59 naddy Exp +# OpenBSD: etc.octeon/MAKEDEV.md,v 1.14 2019/07/17 14:36:31 visa Exp # OpenBSD: MAKEDEV.common,v 1.103 2019/06/11 14:48:56 jcs 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 @@ -200,6 +200,10 @@ U=`unt $i` [ "$U" ] || U=0 case $i in +boot) + R ramdisk random + M octboot c 21 0 600 + ;; std) M console c 0 0 600 M tty c 2 0 |