Module Name: src
Committed By: tsutsui
Date: Sun Jan 17 08:05:20 UTC 2016
Modified Files:
src/sys/arch/hp300/stand: Makefile.buildboot
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Enable LIBSA_CREAD_NOCRC. PR/50638
Bump version to denote user visible change.
Tested on HP9000/382.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hp300/stand/Makefile.buildboot
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/stand/inst/version
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp300/stand/uboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/stand/Makefile.buildboot
diff -u src/sys/arch/hp300/stand/Makefile.buildboot:1.34 src/sys/arch/hp300/stand/Makefile.buildboot:1.35
--- src/sys/arch/hp300/stand/Makefile.buildboot:1.34 Sun Apr 13 15:45:26 2014
+++ src/sys/arch/hp300/stand/Makefile.buildboot Sun Jan 17 08:05:20 2016
@@ -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+= -DHIL_KEYBOARD -DUK_KEYBOARD
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
Index: src/sys/arch/hp300/stand/inst/version
diff -u src/sys/arch/hp300/stand/inst/version:1.12 src/sys/arch/hp300/stand/inst/version:1.13
--- src/sys/arch/hp300/stand/inst/version:1.12 Sat Apr 26 07:53:41 2014
+++ src/sys/arch/hp300/stand/inst/version Sun Jan 17 08:05:20 2016
@@ -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 @@ $NetBSD: version,v 1.12 2014/04/26 07:53
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.
Index: src/sys/arch/hp300/stand/uboot/version
diff -u src/sys/arch/hp300/stand/uboot/version:1.19 src/sys/arch/hp300/stand/uboot/version:1.20
--- src/sys/arch/hp300/stand/uboot/version:1.19 Sat Apr 26 07:53:41 2014
+++ src/sys/arch/hp300/stand/uboot/version Sun Jan 17 08:05:20 2016
@@ -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 @@ $NetBSD: version,v 1.19 2014/04/26 07:53
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.