diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2010-04-19 10:42:05 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2010-04-19 10:42:05 +0000 |
commit | c56e72e857ea94e3ba3e01ddfe8f32236ec3fe69 (patch) | |
tree | bb1a99a90377775ebc3674c7d374d41c4111872a /sys/arch/sparc/conf | |
parent | f0d8197ffd6651e953e5d01cccce9b6537f647e8 (diff) |
Add missing bits for complete softraid support to sparc/sparc64
ramdisks.
OK marco@
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 2db56084e26..7b772cbfdf4 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.66 2009/07/28 12:47:34 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.67 2010/04/19 10:42:04 dcoppa Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -24,6 +24,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system option INET # IP + ICMP + TCP + UDP #option INET6 # IPv6 (needs INET) option BOOT_CONFIG # add support for boot -c +option CRYPTO # Cryptographic framework # Options for variants of the Sun SPARC architecture. # At least one is required. |