Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/594841729c18
branches:  trunk
changeset: 342984:594841729c18
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 17 04:50:36 2016 +0000

description:
Enable LIBSA_CREAD_NOCRC.  PR/50638

Bump version to denote user visible change.
Tested on NWS-1750.

diffstat:

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

diffs (31 lines):

diff -r 07460800bbea -r 594841729c18 sys/arch/news68k/stand/boot/version
--- a/sys/arch/news68k/stand/boot/version       Sun Jan 17 04:47:59 2016 +0000
+++ b/sys/arch/news68k/stand/boot/version       Sun Jan 17 04:50:36 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.4 2008/07/16 13:19:20 tsutsui Exp $
+$NetBSD: version,v 1.5 2016/01/17 04:50:36 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
@@ -11,3 +11,4 @@
 1.5:   loadfile() update:  ELF symbols no longer need backward seeks.
 1.6:   loadfile() update to avoid backwards seeks for ELF Program Headers.
 1.7:   Change boot messages to replace build date and maker with kernrev.
+1.8:   Disable slow gunzip CRC32 calculation.
diff -r 07460800bbea -r 594841729c18 sys/arch/news68k/stand/common/Makefile
--- a/sys/arch/news68k/stand/common/Makefile    Sun Jan 17 04:47:59 2016 +0000
+++ b/sys/arch/news68k/stand/common/Makefile    Sun Jan 17 04:50:36 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2010/05/27 06:58:14 dholland Exp $
+#      $NetBSD: Makefile,v 1.15 2016/01/17 04:50:36 tsutsui Exp $
 
 S= ${.CURDIR}/../../../..
 
@@ -10,6 +10,7 @@
 CPPFLAGS+= -D_STANDALONE
 CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S} -I.
 CPPFLAGS+= -D__daddr_t=int32_t
+CPPFLAGS+= -DLIBSA_CREAD_NOCRC
 AFLAGS= -D_LOCORE
 
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index