Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/stand/boot Enable LIBSA_CREAD_NOCRC. PR/50638



details:   https://anonhg.NetBSD.org/src/rev/bde8072c0e1e
branches:  trunk
changeset: 813124:bde8072c0e1e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 17 04:40:10 2016 +0000

description:
Enable LIBSA_CREAD_NOCRC.  PR/50638

Also bump version to denote user visible change.
Tested on LUNA-II.

diffstat:

 sys/arch/luna68k/stand/boot/Makefile |  3 ++-
 sys/arch/luna68k/stand/boot/version  |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 66638e0e5e24 -r bde8072c0e1e sys/arch/luna68k/stand/boot/Makefile
--- a/sys/arch/luna68k/stand/boot/Makefile      Sun Jan 17 04:35:42 2016 +0000
+++ b/sys/arch/luna68k/stand/boot/Makefile      Sun Jan 17 04:40:10 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2014/01/16 01:15:34 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2016/01/17 04:40:10 tsutsui Exp $
 #      @(#)Makefile    8.2 (Berkeley) 8/15/93
 
 NOMAN= # defined
@@ -19,6 +19,7 @@
 #CPPFLAGS+=    -DRPC_DEBUG -DRARP_DEBUG -DNET_DEBUG -DDEBUG -DPARANOID
 CPPFLAGS+=     -DLIBSA_ENABLE_LS_OP
 CPPFLAGS+=     -DLIBSA_PRINTF_WIDTH_SUPPORT
+CPPFLAGS+=     -DLIBSA_CREAD_NOCRC
 
 CFLAGS=                -Os -msoft-float
 CFLAGS+=       -ffreestanding
diff -r 66638e0e5e24 -r bde8072c0e1e sys/arch/luna68k/stand/boot/version
--- a/sys/arch/luna68k/stand/boot/version       Sun Jan 17 04:35:42 2016 +0000
+++ b/sys/arch/luna68k/stand/boot/version       Sun Jan 17 04:40:10 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.11 2014/04/16 13:43:02 tsutsui Exp $
+$NetBSD: version,v 1.12 2016/01/17 04:40:10 tsutsui Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
 file is important - make sure the entries are appended on end, last item
@@ -16,3 +16,4 @@
        controller number and target ID to specify the boot disk.
 1.9:   Parse boot flags and pass boothowto and bootdev info to kernel.
 1.10:  Use booted device unit by default if no unit number is specified.
+1.11:  Disable slow gunzip CRC32 calculation.



Home | Main Index | Thread Index | Old Index