From 246597c4a4456e5840d69e1001d5957bd6cf4ca5 Mon Sep 17 00:00:00 2001 From: kiyohara Date: Sat, 7 Jun 2008 03:56:20 +0000 Subject: [PATCH] Fix waiting for the input from keyboard after "Boot: " is displayed in frame buffer. Read out ugly data. --- sys/arch/bebox/stand/boot/cons.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/bebox/stand/boot/cons.c b/sys/arch/bebox/stand/boot/cons.c index c08033cca91f..a1904ebd3837 100644 --- a/sys/arch/bebox/stand/boot/cons.c +++ b/sys/arch/bebox/stand/boot/cons.c @@ -1,4 +1,4 @@ -/* $NetBSD: cons.c,v 1.9 2008/05/26 16:28:39 kiyohara Exp $ */ +/* $NetBSD: cons.c,v 1.10 2008/06/07 03:56:20 kiyohara Exp $ */ /* * Copyright (c) 1990, 1993 @@ -195,6 +195,7 @@ becninit(struct consdev *cp) video_init((u_char *)cp->address); kbdreset(); + kbd(1); /* read out ugly data */ } int