summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2011-08-02 06:36:29 +0000
committermatthieu <matthieu@openbsd.org>2011-08-02 06:36:29 +0000
commitc3c705a0e009d5bdee61beed64eca5c8bf0c2d90 (patch)
tree620a050d5f08c850b11ddf29ac1f0b039b1185bf
parentadd SHA256/SHA512 based HMAC modes (diff)
downloadwireguard-openbsd-c3c705a0e009d5bdee61beed64eca5c8bf0c2d90.tar.xz
wireguard-openbsd-c3c705a0e009d5bdee61beed64eca5c8bf0c2d90.zip
Add softraid (and option CRYPTO as pointed out by todd).
Tested on my thecus. ok miod@, todd@, deraadt@.
-rw-r--r--sys/arch/armish/conf/RAMDISK4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK
index ea7457dc862..9b57647b2b6 100644
--- a/sys/arch/armish/conf/RAMDISK
+++ b/sys/arch/armish/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.19 2011/06/29 20:52:09 matthew Exp $
+# $OpenBSD: RAMDISK,v 1.20 2011/08/02 06:36:29 matthieu Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -35,6 +35,7 @@ option INET # IP + ICMP + TCP + UDP
option INET6 # IPv6 (needs INET)
option DDB # kernel debugger
option EXT2FS # Second Extended Filesystem
+option CRYPTO # Cryptographic framework
config bsd root on rd0a swap on rd0b
@@ -71,6 +72,7 @@ bwi* at pci?
pciide* at pci? flags 0x0000
wd* at pciide? flags 0x0000
+softraid0 at root # Software RAID
scsibus* at scsi?
sd* at scsibus? # SCSI disk drives