diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 11:23:43 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 11:23:43 +0000 |
commit | c4bb450fafed6d3d9ce1618b34e35985c40a05ee (patch) | |
tree | 1280b305371307ef9e6f435f97058d258e9ebd9d /etc/etc.alpha | |
parent | a93f218212a7d5aa89a33054c11625de62f6a23f (diff) |
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 2dd98599460..050aa4e3e73 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -70,7 +70,6 @@ # bio ioctl tunnel pseudo-device # bktr* Video frame grabbers # bpf* Berkeley Packet Filter -# crypto Hardware crypto access driver # diskmap Disk mapper # fd fd/* nodes # fuse Userland Filesystem @@ -326,10 +325,6 @@ diskmap) M diskmap c 63 0 640 operator ;; -crypto) - M crypto c 57 0 - ;; - bpf*) M bpf$U c 11 $U 600 ;; @@ -541,7 +536,7 @@ all) R video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm R tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 R tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 - R ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 crypto pf systrace wd0 + R ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf systrace wd0 R wd1 wd2 wd3 std st0 st1 fd ;; |