diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2010-04-19 10:44:34 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2010-04-19 10:44:34 +0000 |
commit | 7e769afb98fd219f17ce3c3046b5aedc0e012ee2 (patch) | |
tree | b5b84093a963fb40d63c1f596110b2a52e10d856 /sys | |
parent | c56e72e857ea94e3ba3e01ddfe8f32236ec3fe69 (diff) |
Add missing bits for complete softraid support to sparc/sparc64
ramdisks.
OK marco@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 2c4ac5870b3..4ad70895b1b 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.97 2010/04/03 00:53:30 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.98 2010/04/19 10:44:33 dcoppa Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -30,6 +30,7 @@ option UDF # UDF (DVD) 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 option WSEMUL_SUN # provide sun terminal emulation; required option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation |