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.octeon | |
parent | a93f218212a7d5aa89a33054c11625de62f6a23f (diff) |
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'etc/etc.octeon')
-rw-r--r-- | etc/etc.octeon/MAKEDEV | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.octeon/MAKEDEV b/etc/etc.octeon/MAKEDEV index d5ad30f1df0..6d191850848 100644 --- a/etc/etc.octeon/MAKEDEV +++ b/etc/etc.octeon/MAKEDEV @@ -58,7 +58,6 @@ # audio* Audio devices # bio ioctl tunnel pseudo-device # bpf* Berkeley Packet Filter -# crypto Hardware crypto access driver # diskmap Disk mapper # fd fd/* nodes # fuse Userland Filesystem @@ -272,10 +271,6 @@ diskmap) M diskmap c 69 0 640 operator ;; -crypto) - M crypto c 47 0 - ;; - bpf*) M bpf$U c 12 $U 600 ;; @@ -415,7 +410,7 @@ all) R vscsi0 ch0 audio0 audio1 audio2 fuse pppx hotplug ptm local R wscons pci0 pci1 pci2 pci3 video0 video1 uk0 random tty00 R tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a - R tty0b crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R tty0b pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; octcf*|wd*|sd*) |