Module Name:    src
Committed By:   joerg
Date:           Sun Aug 10 17:58:51 UTC 2014

Modified Files:
        src/distrib/macppc/floppies/ramdisk: Makefile
        src/distrib/sandpoint/ramdisk: Makefile
        src/sys/arch/macppc/conf: GENERIC_MD INSTALL
        src/sys/arch/sandpoint/conf: INSTALL INSTALL_KURO

Log Message:
Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.11 -r1.12 src/distrib/sandpoint/ramdisk/Makefile
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/macppc/conf/GENERIC_MD
cvs rdiff -u -r1.123 -r1.124 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/conf/INSTALL
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sandpoint/conf/INSTALL_KURO

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.46 src/distrib/macppc/floppies/ramdisk/Makefile:1.47
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.46	Fri Aug  8 16:56:31 2014
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Sun Aug 10 17:58:51 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.46 2014/08/08 16:56:31 joerg Exp $
+#	$NetBSD: Makefile,v 1.47 2014/08/10 17:58:51 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@ IMAGE=		ramdisk.fs
 # in both
 #   src/sys/arch/macppc/conf/INSTALL
 #   src/sys/arch/macppc/conf/GENERIC_MD
-IMAGESIZE=	2248k
+IMAGESIZE=	2560k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/distrib/sandpoint/ramdisk/Makefile
diff -u src/distrib/sandpoint/ramdisk/Makefile:1.11 src/distrib/sandpoint/ramdisk/Makefile:1.12
--- src/distrib/sandpoint/ramdisk/Makefile:1.11	Fri Aug  8 16:56:31 2014
+++ src/distrib/sandpoint/ramdisk/Makefile	Sun Aug 10 17:58:51 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.11 2014/08/08 16:56:31 joerg Exp $
+#	$NetBSD: Makefile,v 1.12 2014/08/10 17:58:51 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2048k
+IMAGESIZE=	2300k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1

Index: src/sys/arch/macppc/conf/GENERIC_MD
diff -u src/sys/arch/macppc/conf/GENERIC_MD:1.15 src/sys/arch/macppc/conf/GENERIC_MD:1.16
--- src/sys/arch/macppc/conf/GENERIC_MD:1.15	Thu Aug  7 16:51:56 2014
+++ src/sys/arch/macppc/conf/GENERIC_MD	Sun Aug 10 17:58:51 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC_MD,v 1.15 2014/08/07 16:51:56 gdt Exp $
+#	$NetBSD: GENERIC_MD,v 1.16 2014/08/10 17:58:51 joerg Exp $
 #
 # GENERIC_MD config file
 #
@@ -8,5 +8,5 @@ include "arch/macppc/conf/GENERIC"
 # Enable the hooks used for initializing the ram-disk.
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
-options 	MEMORY_DISK_ROOT_SIZE=4496	# 2248 KiB
+options 	MEMORY_DISK_ROOT_SIZE=5120	# 2560 KiB
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode

Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.123 src/sys/arch/macppc/conf/INSTALL:1.124
--- src/sys/arch/macppc/conf/INSTALL:1.123	Fri Aug  8 16:56:31 2014
+++ src/sys/arch/macppc/conf/INSTALL	Sun Aug 10 17:58:51 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.123 2014/08/08 16:56:31 joerg Exp $
+#	$NetBSD: INSTALL,v 1.124 2014/08/10 17:58:51 joerg Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -17,7 +17,7 @@ options 	RTC_OFFSET=0	# hardware clock i
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=4496	# 2248 KiB
+options 	MEMORY_DISK_ROOT_SIZE=5120	# 2560 KiB
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	USERCONF	# userconf(4) support

Index: src/sys/arch/sandpoint/conf/INSTALL
diff -u src/sys/arch/sandpoint/conf/INSTALL:1.8 src/sys/arch/sandpoint/conf/INSTALL:1.9
--- src/sys/arch/sandpoint/conf/INSTALL:1.8	Tue Nov 23 11:14:05 2010
+++ src/sys/arch/sandpoint/conf/INSTALL	Sun Aug 10 17:58:51 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.8 2010/11/23 11:14:05 hannken Exp $
+#	$NetBSD: INSTALL,v 1.9 2014/08/10 17:58:51 joerg Exp $
 #
 # GENERIC install kernel for SandPoint NAS
 #
@@ -6,8 +6,8 @@
 include "arch/sandpoint/conf/GENERIC"
 
 options 	MEMORY_DISK_HOOKS
-options 	MEMORY_DISK_IS_ROOT	# Force root on RAM disk
-options 	MEMORY_DISK_ROOT_SIZE=4096	# 2 MB
+options 	MEMORY_DISK_IS_ROOT		# Force root on RAM disk
+options 	MEMORY_DISK_ROOT_SIZE=4600	# 2300KB
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 pseudo-device	md		

Index: src/sys/arch/sandpoint/conf/INSTALL_KURO
diff -u src/sys/arch/sandpoint/conf/INSTALL_KURO:1.2 src/sys/arch/sandpoint/conf/INSTALL_KURO:1.3
--- src/sys/arch/sandpoint/conf/INSTALL_KURO:1.2	Tue Nov 23 11:14:05 2010
+++ src/sys/arch/sandpoint/conf/INSTALL_KURO	Sun Aug 10 17:58:51 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL_KURO,v 1.2 2010/11/23 11:14:05 hannken Exp $
+#	$NetBSD: INSTALL_KURO,v 1.3 2014/08/10 17:58:51 joerg Exp $
 #
 # GENERIC install kernel for KuroBox / LinkStation
 #
@@ -6,8 +6,8 @@
 include "arch/sandpoint/conf/KUROBOX"
 
 options 	MEMORY_DISK_HOOKS
-options 	MEMORY_DISK_IS_ROOT	# Force root on RAM disk
-options 	MEMORY_DISK_ROOT_SIZE=4096	# 2 MB
+options 	MEMORY_DISK_IS_ROOT		# Force root on RAM disk
+options 	MEMORY_DISK_ROOT_SIZE=4600	# 2300KB
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 pseudo-device	md		

Reply via email to