From 1eb143cb4c6d683d412f18bcab69de2e138aeada Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 18 Jul 2007 15:49:09 +0000 Subject: [PATCH] Use options. --- sys/arch/sun3/conf/RAMDISK | 4 ++-- sys/arch/sun3/conf/RAMDISK3X | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index c94136d8df31..ce29f7fa63f1 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.45 2006/02/05 05:02:06 cube Exp $ +# $NetBSD: RAMDISK,v 1.46 2007/07/18 15:49:09 tsutsui Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -44,7 +44,7 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks options USERCONF # userconf(4) support -options PIPE_SOCKETPAIR # smaller, but slower pipe(2) +options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel config netbsd root on ? type ffs diff --git a/sys/arch/sun3/conf/RAMDISK3X b/sys/arch/sun3/conf/RAMDISK3X index 0f1fea71c1f4..1e4e17a75ca9 100644 --- a/sys/arch/sun3/conf/RAMDISK3X +++ b/sys/arch/sun3/conf/RAMDISK3X @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK3X,v 1.33 2006/02/05 05:02:06 cube Exp $ +# $NetBSD: RAMDISK3X,v 1.34 2007/07/18 15:49:09 tsutsui Exp $ # RAMDISK: Root/swap on ramdisk # This kernel is used to: @@ -44,7 +44,7 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks options USERCONF # userconf(4) support -options PIPE_SOCKETPAIR # smaller, but slower pipe(2) +options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel config netbsd root on ? type ffs