Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src Pull up following revision(s) (requested by martin in tic...



details:   https://anonhg.NetBSD.org/src/rev/54800fd3c3c4
branches:  netbsd-7
changeset: 798795:54800fd3c3c4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 07 21:15:30 2015 +0000

description:
Pull up following revision(s) (requested by martin in ticket #388):
        sys/arch/cobalt/conf/RAMDISK: revision 1.6
        distrib/cobalt/ramdisk/Makefile: revision 1.9
Increase ramdisk size.

diffstat:

 distrib/cobalt/ramdisk/Makefile |  4 ++--
 sys/arch/cobalt/conf/RAMDISK    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 4b7f02ae3446 -r 54800fd3c3c4 distrib/cobalt/ramdisk/Makefile
--- a/distrib/cobalt/ramdisk/Makefile   Wed Jan 07 21:13:28 2015 +0000
+++ b/distrib/cobalt/ramdisk/Makefile   Wed Jan 07 21:15:30 2015 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2013/03/22 10:52:20 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.8.10.1 2015/01/07 21:15:30 msaitoh Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     3072k
+IMAGESIZE=     3328k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r 4b7f02ae3446 -r 54800fd3c3c4 sys/arch/cobalt/conf/RAMDISK
--- a/sys/arch/cobalt/conf/RAMDISK      Wed Jan 07 21:13:28 2015 +0000
+++ b/sys/arch/cobalt/conf/RAMDISK      Wed Jan 07 21:15:30 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.5 2011/05/03 09:15:20 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.5.30.1 2015/01/07 21:15:30 msaitoh Exp $
 #
 #      memory disk based configuration file
 #
@@ -9,7 +9,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
 options        MEMORY_DISK_SERVER=0            # no userspace md(4) support
-options        MEMORY_DISK_ROOT_SIZE=6144      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=6656      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 makeoptions    COPTS="-Os -mmemcpy"    # generates smaller code than -O2, -O1



Home | Main Index | Thread Index | Old Index