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.sgi/MAKEDEV | |
parent | a93f218212a7d5aa89a33054c11625de62f6a23f (diff) |
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'etc/etc.sgi/MAKEDEV')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index d1b7428e9a2..0fe640912f6 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -64,7 +64,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 @@ -278,10 +277,6 @@ diskmap) M diskmap c 69 0 640 operator ;; -crypto) - M crypto c 47 0 - ;; - bpf*) M bpf$U c 12 $U 600 ;; @@ -467,7 +462,7 @@ all) R diskmap vscsi0 ch0 audio0 audio1 audio2 fuse pppx hotplug R ptm local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 R random tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 - R tty09 tty0a tty0b crypto pf systrace wd0 wd1 wd2 wd3 std st0 + R tty09 tty0a tty0b pf systrace wd0 wd1 wd2 wd3 std st0 R st1 fd ;; |