summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-12-13 17:08:07 +0000
committermiod <miod@openbsd.org>2004-12-13 17:08:07 +0000
commit504ef1e56a0deb68a7e65f4c974f36e4fd0a9a07 (patch)
tree5cc1fabacf7644d67621bf3d004f776f2fd40444
parentFix tun major (diff)
downloadwireguard-openbsd-504ef1e56a0deb68a7e65f4c974f36e4fd0a9a07.tar.xz
wireguard-openbsd-504ef1e56a0deb68a7e65f4c974f36e4fd0a9a07.zip
Regen (including /dev/crypto support not regen'ed last time)
-rw-r--r--etc/etc.sgi/MAKEDEV13
-rw-r--r--share/man/man8/man8.sgi/MAKEDEV.89
2 files changed, 15 insertions, 7 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 50ddecf7ff3..568309786ce 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sgi/MAKEDEV.md,v 1.6 2004/09/22 14:40:24 miod Exp
+# OpenBSD: etc.sgi/MAKEDEV.md,v 1.8 2004/12/13 17:06:17 miod Exp
# OpenBSD: MAKEDEV.common,v 1.12 2004/08/19 07:05:20 miod Exp
# OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp
@@ -54,6 +54,7 @@
# wsmouse* wscons mice
# Special purpose devices:
# bpf* Berkeley Packet Filter
+# crypto Hardware crypto access driver
# fd fd/* nodes for fdescfs
# pci PCI bus device
# pf* Packet Filter
@@ -218,7 +219,7 @@ uk*)
;;
tun*)
- M tun$U c 40 $U 600
+ M tun$U c 13 $U 600
;;
systrace)
@@ -256,6 +257,10 @@ fd)
MKlist="$MKlist;chmod 555 fd"
;;
+crypto)
+ M crypto c 47 0
+ ;;
+
bpf*)
M bpf$U c 12 $U 600
;;
@@ -367,8 +372,8 @@ all)
R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 ss0 ss1 ch0 ptm
- R local wscons pci uk0 random tty00 tty01 tty02 tty03 pf
- R systrace wd0 wd1 wd2 wd3 std st0 st1 fd
+ R local wscons pci uk0 random tty00 tty01 tty02 tty03 crypto
+ R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd
;;
wd*|sd*|ccd*)
diff --git a/share/man/man8/man8.sgi/MAKEDEV.8 b/share/man/man8/man8.sgi/MAKEDEV.8
index 2ec70caf903..f862789270e 100644
--- a/share/man/man8/man8.sgi/MAKEDEV.8
+++ b/share/man/man8/man8.sgi/MAKEDEV.8
@@ -1,9 +1,9 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.7 2004/09/22 14:40:44 miod Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.8 2004/12/13 17:08:09 miod Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
-.\" OpenBSD: etc.sgi/MAKEDEV.md,v 1.6 2004/09/22 14:40:24 miod Exp
+.\" OpenBSD: etc.sgi/MAKEDEV.md,v 1.8 2004/12/13 17:06:17 miod Exp
.\" OpenBSD: MAKEDEV.common,v 1.12 2004/08/19 07:05:20 miod Exp
.\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod 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 September 22, 2004
+.Dd December 13, 2004
.Dt MAKEDEV 8 sgi
.Os
.Sh NAME
@@ -156,6 +156,9 @@ wscons mice, see
.It Ar bpf*
Berkeley Packet Filter, see
.Xr bpf 4 .
+.It Ar crypto
+Hardware crypto access driver, see
+.Xr crypto 4 .
.It Ar fd
fd/* nodes for fdescfs, see
.Xr mount_fdesc 8 .