Fix waiting for the input from keyboard after "Boot: " is displayed in frame

buffer.  Read out ugly data.
This commit is contained in:
kiyohara 2008-06-07 03:56:20 +00:00
parent 5a5542fb41
commit 246597c4a4
1 changed files with 2 additions and 1 deletions

View File

@ -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