Module Name: src
Committed By: tsutsui
Date: Fri Oct 12 18:06:27 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/boot: version
Log Message:
Bump version to denote check_getchar() bug fix.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/stand/boot/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/x68k/stand/boot/version
diff -u src/sys/arch/x68k/stand/boot/version:1.5 src/sys/arch/x68k/stand/boot/version:1.6
--- src/sys/arch/x68k/stand/boot/version:1.5 Tue Mar 20 12:38:33 2012
+++ src/sys/arch/x68k/stand/boot/version Fri Oct 12 18:06:27 2012
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.5 2012/03/20 12:38:33 minoura Exp $
+$NetBSD: version,v 1.6 2012/10/12 18:06:27 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
@@ -10,3 +10,5 @@ is taken as the current.
1.2: Fix serial console output.
1.3: Avoid exception on 68060 in UFS ops.
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.