diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-13 17:08:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-13 17:08:10 +0000 |
commit | 4e22db8bd5af88c970d774968fa9d20300395d17 (patch) | |
tree | 1283b77be270409f164e0382d71fef0562e86f78 /etc/etc.sgi/MAKEDEV | |
parent | 95a575e34a247c76f92fdf7ae305081649283ed3 (diff) |
Regen (including /dev/crypto support not regen'ed last time)
Diffstat (limited to 'etc/etc.sgi/MAKEDEV')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 13 |
1 files changed, 9 insertions, 4 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*) |