diff --git a/sys/arch/i386/stand/lib/pcio.c b/sys/arch/i386/stand/lib/pcio.c index 2d1f31591113..f28bf2ab1b3c 100644 --- a/sys/arch/i386/stand/lib/pcio.c +++ b/sys/arch/i386/stand/lib/pcio.c @@ -1,4 +1,4 @@ -/* $NetBSD: pcio.c,v 1.28 2010/06/25 15:35:08 tsutsui Exp $ */ +/* $NetBSD: pcio.c,v 1.29 2011/02/14 23:47:11 jmcneill Exp $ */ /* * Copyright (c) 1996, 1997 @@ -271,6 +271,8 @@ getchar(void) default: /* to make gcc -Wall happy... */ case CONSDEV_PC: #endif + while (!coniskey()) + ; c = congetc(); #ifdef CONSOLE_KEYMAP {