Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/stand Enable LIBSA_CREAD_NOCRC. PR/50638
details: https://anonhg.NetBSD.org/src/rev/2e5982b071ad
branches: trunk
changeset: 813128:2e5982b071ad
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jan 17 08:05:20 2016 +0000
description:
Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change.
Tested on HP9000/382.
diffstat:
sys/arch/hp300/stand/Makefile.buildboot | 3 ++-
sys/arch/hp300/stand/inst/version | 3 ++-
sys/arch/hp300/stand/uboot/version | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 6a237a89f434 -r 2e5982b071ad sys/arch/hp300/stand/Makefile.buildboot
--- a/sys/arch/hp300/stand/Makefile.buildboot Sun Jan 17 04:53:16 2016 +0000
+++ b/sys/arch/hp300/stand/Makefile.buildboot Sun Jan 17 08:05:20 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.34 2014/04/13 15:45:26 tsutsui Exp $
+# $NetBSD: Makefile.buildboot,v 1.35 2016/01/17 08:05:20 tsutsui Exp $
# RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
RELOC= FFF00000
@@ -47,6 +47,7 @@
CPPFLAGS+= -DDOMAIN_KEYBOARD
CPPFLAGS+= -D_STANDALONE -DCOMPAT_NOLABEL -Dhp300
CPPFLAGS+= -DCOMPAT_UFS -DNO_LSEEK
+CPPFLAGS+= -DLIBSA_CREAD_NOCRC
# if sun bootparams is desired
#CPPFLAGS+= -DSUN_BOOTPARAMS
diff -r 6a237a89f434 -r 2e5982b071ad sys/arch/hp300/stand/inst/version
--- a/sys/arch/hp300/stand/inst/version Sun Jan 17 04:53:16 2016 +0000
+++ b/sys/arch/hp300/stand/inst/version Sun Jan 17 08:05:20 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.12 2014/04/26 07:53:41 tsutsui Exp $
+$NetBSD: version,v 1.13 2016/01/17 08:05:20 tsutsui Exp $
1.1: Initial version
1.2: Added support for HP-IB cartridge tapes
@@ -12,3 +12,4 @@
1.10: Pull OpenBSD's ite driver reorganization.
1.11: Add support for framebuffers on HP362 and HP382.
1.12: Add and fix support for HP425e mcclock, sti framebuffer, apci and dnkbd.
+1.13: Disable slow gunzip CRC32 calculation.
diff -r 6a237a89f434 -r 2e5982b071ad sys/arch/hp300/stand/uboot/version
--- a/sys/arch/hp300/stand/uboot/version Sun Jan 17 04:53:16 2016 +0000
+++ b/sys/arch/hp300/stand/uboot/version Sun Jan 17 08:05:20 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.19 2014/04/26 07:53:41 tsutsui Exp $
+$NetBSD: version,v 1.20 2016/01/17 08:05:20 tsutsui Exp $
1.1: Initial version
1.2: Added support for network booting
@@ -19,3 +19,4 @@
1.17: Pull OpenBSD's ite driver reorganization.
1.18: Add support for framebuffers on HP362 and HP382.
1.19: Add and fix support for HP425e mcclock, sti framebuffer, apci and dnkbd.
+1.20: Disable slow gunzip CRC32 calculation.
Home |
Main Index |
Thread Index |
Old Index