diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-02 06:33:25 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-02 06:33:25 +0000 |
commit | 35e113db931a948d74d95fc3f7ba20e4125723f8 (patch) | |
tree | 010eb971e3ca19927ee98ce785bbfd829bff4582 /sys | |
parent | 4601bd1df800786dcce1a8183b75dc487cf653f0 (diff) |
add CRYPTO and softraid to zaurus RAMDISK
Sure deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index a9f18dcc6fb..2d379390f96 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.38 2008/06/27 05:29:54 todd Exp $ +# $OpenBSD: RAMDISK,v 1.39 2009/06/02 06:33:24 todd Exp $ machine zaurus arm @@ -11,6 +11,7 @@ options INET # IP + ICMP + TCP + UDP options INET6 # IPv6 (needs INET) options DDB # kernel debugger options EXT2FS # Second Extended Filesystem +options CRYPTO # Cryptographic framework options ARM32 options PXAGPIO_HAS_GPION_INTRS @@ -101,6 +102,8 @@ scsibus* at umass? pxammc0 at pxaip? # MMC/SD/SDIO controller sdmmc* at pxammc? # SD/MMC bus scsibus* at sdmmc? # SCSI emulation +softraid0 at root # Software RAID +scsibus* at softraid? sd* at scsibus? #st* at scsibus? |