Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Enable LIBSA_CREAD_NOCRC. PR/50638
details: https://anonhg.NetBSD.org/src/rev/07460800bbea
branches: trunk
changeset: 342983:07460800bbea
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jan 17 04:47:59 2016 +0000
description:
Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change.
XXX: recent visible changes (memsize probe, SRAM switch command)
were not denoted in versions
Tested on (real) X68030.
diffstat:
sys/arch/x68k/stand/boot/version | 3 ++-
sys/arch/x68k/stand/libsa/Makefile | 3 ++-
sys/arch/x68k/stand/netboot/version | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 4b3724ffb697 -r 07460800bbea sys/arch/x68k/stand/boot/version
--- a/sys/arch/x68k/stand/boot/version Sun Jan 17 04:40:10 2016 +0000
+++ b/sys/arch/x68k/stand/boot/version Sun Jan 17 04:47:59 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.6 2012/10/12 18:06:27 tsutsui Exp $
+$NetBSD: version,v 1.7 2016/01/17 04:47:59 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
@@ -12,3 +12,4 @@
1.4: ffsv2 support.
1.5: Make key interrupt to get boot menu works properly even after
non ASCII keys (CTRL, OPT.1 etc.) are pressed during boot.
+1.6: Disable slow gunzip CRC32 calculation.
diff -r 4b3724ffb697 -r 07460800bbea sys/arch/x68k/stand/libsa/Makefile
--- a/sys/arch/x68k/stand/libsa/Makefile Sun Jan 17 04:40:10 2016 +0000
+++ b/sys/arch/x68k/stand/libsa/Makefile Sun Jan 17 04:47:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/07/25 06:58:37 isaki Exp $
+# $NetBSD: Makefile,v 1.31 2016/01/17 04:47:59 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -11,6 +11,7 @@
CPPFLAGS+= -DHAVE_CHANGEDISK_HOOK
CPPFLAGS+= -DUSTAR_SECT_PER_CYL=30
CPPFLAGS+= -DLIBSA_ENABLE_LS_OP
+CPPFLAGS+= -DLIBSA_CREAD_NOCRC
CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP
#CPPFLAGS+= -DDEBUG
diff -r 4b3724ffb697 -r 07460800bbea sys/arch/x68k/stand/netboot/version
--- a/sys/arch/x68k/stand/netboot/version Sun Jan 17 04:40:10 2016 +0000
+++ b/sys/arch/x68k/stand/netboot/version Sun Jan 17 04:47:59 2016 +0000
@@ -1,7 +1,8 @@
-$NetBSD: version,v 1.1 2012/10/12 20:15:53 tsutsui Exp $
+$NetBSD: version,v 1.2 2016/01/17 04:47:59 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
is taken as the current.
0.1: Initial netboot
+0.2: Disable slow gunzip CRC32 calculation.
Home |
Main Index |
Thread Index |
Old Index