diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-08-22 20:03:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-08-22 20:03:57 +0000 |
commit | 5222b9a527d31516f9eefa830b8ad96a5f957ad7 (patch) | |
tree | f53c31cf9113c12ab8f29c8710846efe4c9f5b58 /sys/arch/landisk/conf | |
parent | d5e7a97e1c6cffea29c774bdef80b0e2c04541b3 (diff) |
pseudo-device crypto was accidentally left for some architectures.
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index ae317a01539..52cc99639ba 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2014/07/12 21:56:56 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.22 2014/08/22 20:03:56 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -120,7 +120,6 @@ cd* at scsibus? # SCSI CD-ROM drives # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux 2 -#pseudo-device crypto 1 #pseudo-device bio 1 # ioctl multiplexing device #pseudo-device hotplug 1 # devices hot plugging |