Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot/boot Enable LIBSA_CREAD_NOCRC. PR/50638
details: https://anonhg.NetBSD.org/src/rev/6a237a89f434
branches: trunk
changeset: 813127:6a237a89f434
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jan 17 04:53:16 2016 +0000
description:
Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change.
Tested on simh 4.0-Beta1 emulationg MicroVAX 3900.
diffstat:
sys/arch/vax/boot/boot/Makefile | 3 ++-
sys/arch/vax/boot/boot/version | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 9acebca66bcd -r 6a237a89f434 sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile Sun Jan 17 04:50:36 2016 +0000
+++ b/sys/arch/vax/boot/boot/Makefile Sun Jan 17 04:53:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/01/17 03:08:39 tsutsui Exp $
+# $NetBSD: Makefile,v 1.44 2016/01/17 04:53:16 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -21,6 +21,7 @@
CFLAGS+=-O1
CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE \
-DNO_MID_CHECK
+CPPFLAGS+=-DLIBSA_CREAD_NOCRC
#CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \
# -DRPC_DEBUG -DRARP_DEBUG -DPARANOID
BINDIR=
diff -r 9acebca66bcd -r 6a237a89f434 sys/arch/vax/boot/boot/version
--- a/sys/arch/vax/boot/boot/version Sun Jan 17 04:50:36 2016 +0000
+++ b/sys/arch/vax/boot/boot/version Sun Jan 17 04:53:16 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.7 2014/10/18 08:33:27 snj Exp $
+$NetBSD: version,v 1.8 2016/01/17 04:53:16 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
@@ -28,3 +28,4 @@
1.9: Support verbose/quiet boot.
1.10: loadfile() update: ELF symbols no longer need backward seeks.
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
+1.12: Disable slow gunzip CRC32 calculation.
Home |
Main Index |
Thread Index |
Old Index