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.hppa64 | |
parent | a93f218212a7d5aa89a33054c11625de62f6a23f (diff) |
Remove userland bits related to the crypto(4) interface; ok deraadt
Diffstat (limited to 'etc/etc.hppa64')
-rw-r--r-- | etc/etc.hppa64/MAKEDEV | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV index 0faa6b11950..8a515e7b5b9 100644 --- a/etc/etc.hppa64/MAKEDEV +++ b/etc/etc.hppa64/MAKEDEV @@ -66,7 +66,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 @@ -287,10 +286,6 @@ diskmap) M diskmap c 56 0 640 operator ;; -crypto) - M crypto c 36 0 - ;; - bpf*) M bpf$U c 17 $U 600 ;; @@ -495,7 +490,7 @@ all) R vscsi0 ch0 audio0 audio1 audio2 fuse pppx ptm local wscons R pci0 pci1 pci2 pci3 uall video0 video1 uk0 random lpa0 lpa1 R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 tty04 tty05 - R tty06 tty07 tty08 tty09 tty0a tty0b crypto pf systrace wd0 + R tty06 tty07 tty08 tty09 tty0a tty0b pf systrace wd0 R wd1 wd2 wd3 std st0 st1 fd ;; |