Module Name: src
Committed By: tsutsui
Date: Thu Feb 10 12:47:09 UTC 2011
Modified Files:
src/sys/arch/hp300/stand/inst: version
src/sys/arch/hp300/stand/uboot: version
Log Message:
Bump version to denote standalone ITE driver reorganization
pulled from OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp300/stand/inst/version
cvs rdiff -u -r1.16 -r1.17 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/inst/version
diff -u src/sys/arch/hp300/stand/inst/version:1.9 src/sys/arch/hp300/stand/inst/version:1.10
--- src/sys/arch/hp300/stand/inst/version:1.9 Wed Jul 16 13:44:51 2008
+++ src/sys/arch/hp300/stand/inst/version Thu Feb 10 12:47:08 2011
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.9 2008/07/16 13:44:51 tsutsui Exp $
+$NetBSD: version,v 1.10 2011/02/10 12:47:08 tsutsui Exp $
1.1: Initial version
1.2: Added support for HP-IB cartridge tapes
@@ -9,3 +9,4 @@
1.7: Added APCI console support
1.8: Identify HP362 and HP382
1.9: Change boot messages to replace build date and maker with kernrev.
+1.10: Pull OpenBSD's ite driver reorganization.
Index: src/sys/arch/hp300/stand/uboot/version
diff -u src/sys/arch/hp300/stand/uboot/version:1.16 src/sys/arch/hp300/stand/uboot/version:1.17
--- src/sys/arch/hp300/stand/uboot/version:1.16 Wed Jul 16 13:44:51 2008
+++ src/sys/arch/hp300/stand/uboot/version Thu Feb 10 12:47:08 2011
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.16 2008/07/16 13:44:51 tsutsui Exp $
+$NetBSD: version,v 1.17 2011/02/10 12:47:08 tsutsui Exp $
1.1: Initial version
1.2: Added support for network booting
@@ -16,3 +16,4 @@
1.14: Default to BOOTP network boot
1.15: Identify HP362 and HP382
1.16: Change boot messages to replace build date and maker with kernrev.
+1.17: Pull OpenBSD's ite driver reorganization.