Module Name:    src
Committed By:   mrg
Date:           Thu Feb  7 04:33:58 UTC 2019

Modified Files:
        src/distrib/newsmips/floppies/ramdisk: Makefile
        src/distrib/sgimips/ramdisk: Makefile
        src/distrib/sun3/ramdisk: Makefile
        src/sys/arch/newsmips/conf: INSTALL
        src/sys/arch/sgimips/conf: INSTALL32_IP2x INSTALL64_IP2x
        src/sys/arch/sun3/conf: RAMDISK RAMDISK3X

Log Message:
bump ramdisk sizes to cope with GCC 7 bloat.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/newsmips/floppies/ramdisk/Makefile
cvs rdiff -u -r1.20 -r1.21 src/distrib/sgimips/ramdisk/Makefile
cvs rdiff -u -r1.40 -r1.41 src/distrib/sun3/ramdisk/Makefile
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/newsmips/conf/INSTALL
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sgimips/conf/INSTALL32_IP2x
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sgimips/conf/INSTALL64_IP2x
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sun3/conf/RAMDISK
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sun3/conf/RAMDISK3X

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

Modified files:

Index: src/distrib/newsmips/floppies/ramdisk/Makefile
diff -u src/distrib/newsmips/floppies/ramdisk/Makefile:1.34 src/distrib/newsmips/floppies/ramdisk/Makefile:1.35
--- src/distrib/newsmips/floppies/ramdisk/Makefile:1.34	Tue Jul 18 23:07:20 2017
+++ src/distrib/newsmips/floppies/ramdisk/Makefile	Thu Feb  7 04:33:58 2019
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.34 2017/07/18 23:07:20 christos Exp $
+#	$NetBSD: Makefile,v 1.35 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2800k
+IMAGESIZE=	3000k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1

Index: src/distrib/sgimips/ramdisk/Makefile
diff -u src/distrib/sgimips/ramdisk/Makefile:1.20 src/distrib/sgimips/ramdisk/Makefile:1.21
--- src/distrib/sgimips/ramdisk/Makefile:1.20	Tue Jan 24 18:04:04 2017
+++ src/distrib/sgimips/ramdisk/Makefile	Thu Feb  7 04:33:58 2019
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.20 2017/01/24 18:04:04 christos Exp $
+#	$NetBSD: Makefile,v 1.21 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
 IMAGETAR=	diskimage.tgz
-IMAGESIZE=	3200k
+IMAGESIZE=	3300k
 MAKEFS_FLAGS+=	-f 15 -o density=4k
 
 WARNS=		1

Index: src/distrib/sun3/ramdisk/Makefile
diff -u src/distrib/sun3/ramdisk/Makefile:1.40 src/distrib/sun3/ramdisk/Makefile:1.41
--- src/distrib/sun3/ramdisk/Makefile:1.40	Tue Jan 24 18:04:05 2017
+++ src/distrib/sun3/ramdisk/Makefile	Thu Feb  7 04:33:58 2019
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.40 2017/01/24 18:04:05 christos Exp $
+#	$NetBSD: Makefile,v 1.41 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 .include <bsd.kernobj.mk>
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	600k
+IMAGESIZE=	660k
 MAKEFS_FLAGS+=	-f 6 -o density=3500
 
 WARNS=		1

Index: src/sys/arch/newsmips/conf/INSTALL
diff -u src/sys/arch/newsmips/conf/INSTALL:1.46 src/sys/arch/newsmips/conf/INSTALL:1.47
--- src/sys/arch/newsmips/conf/INSTALL:1.46	Thu Sep 14 07:58:42 2017
+++ src/sys/arch/newsmips/conf/INSTALL	Thu Feb  7 04:33:58 2019
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL,v 1.46 2017/09/14 07:58:42 mrg Exp $
+# 	$NetBSD: INSTALL,v 1.47 2019/02/07 04:33:58 mrg Exp $
 #
 #	INSTALL kernel for RISC-NEWS
 
@@ -14,7 +14,7 @@ maxusers	8
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
 options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
-options 	MEMORY_DISK_ROOT_SIZE=5700	# 2.85 Megabytes
+options 	MEMORY_DISK_ROOT_SIZE=6000	# 3000 Kilobytes
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	news3400

Index: src/sys/arch/sgimips/conf/INSTALL32_IP2x
diff -u src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.10 src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.11
--- src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.10	Sun Sep  2 08:51:53 2018
+++ src/sys/arch/sgimips/conf/INSTALL32_IP2x	Thu Feb  7 04:33:58 2019
@@ -11,7 +11,7 @@ makeoptions	COPTS="-Os -mmemcpy"
 options         MEMORY_DISK_HOOKS
 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options         MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk in blocks (3200k)
+options         MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk in blocks (3300k)
 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # shrink kernel since ARC BIOS seems to have 8MB limit

Index: src/sys/arch/sgimips/conf/INSTALL64_IP2x
diff -u src/sys/arch/sgimips/conf/INSTALL64_IP2x:1.3 src/sys/arch/sgimips/conf/INSTALL64_IP2x:1.4
--- src/sys/arch/sgimips/conf/INSTALL64_IP2x:1.3	Fri Jun  9 07:32:24 2017
+++ src/sys/arch/sgimips/conf/INSTALL64_IP2x	Thu Feb  7 04:33:58 2019
@@ -11,4 +11,4 @@ makeoptions	COPTS="-Os"
 options         MEMORY_DISK_HOOKS
 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options		MEMORY_DISK_ROOT_SIZE=6400# size of memory disk, in blocks (3MB)
+options		MEMORY_DISK_ROOT_SIZE=6600# size of memory disk, in blocks (3300K)

Index: src/sys/arch/sun3/conf/RAMDISK
diff -u src/sys/arch/sun3/conf/RAMDISK:1.54 src/sys/arch/sun3/conf/RAMDISK:1.55
--- src/sys/arch/sun3/conf/RAMDISK:1.54	Fri Jul 28 19:26:16 2017
+++ src/sys/arch/sun3/conf/RAMDISK	Thu Feb  7 04:33:58 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: RAMDISK,v 1.54 2017/07/28 19:26:16 maxv Exp $
+#	$NetBSD: RAMDISK,v 1.55 2019/02/07 04:33:58 mrg Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -41,7 +41,7 @@ options 	INET		# IP protocol stack suppo
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=1200	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=1320	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	USERCONF	# userconf(4) support

Index: src/sys/arch/sun3/conf/RAMDISK3X
diff -u src/sys/arch/sun3/conf/RAMDISK3X:1.42 src/sys/arch/sun3/conf/RAMDISK3X:1.43
--- src/sys/arch/sun3/conf/RAMDISK3X:1.42	Fri Jul 28 19:26:16 2017
+++ src/sys/arch/sun3/conf/RAMDISK3X	Thu Feb  7 04:33:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.42 2017/07/28 19:26:16 maxv Exp $
+# $NetBSD: RAMDISK3X,v 1.43 2019/02/07 04:33:58 mrg Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -41,7 +41,7 @@ options 	INET		# IP protocol stack suppo
 options 	MEMORY_DISK_HOOKS
 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
-options 	MEMORY_DISK_ROOT_SIZE=1200	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=1320	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 
 options 	USERCONF	# userconf(4) support

Reply via email to