tty: try more often to get the config byte.

This commit is contained in:
Ben Gras 2010-04-28 11:50:54 +00:00
parent d17590fcf4
commit 5d870f020d

View file

@ -897,7 +897,7 @@ PRIVATE int kbc_read()
/* Wait at most 1 second for a byte from the keyboard or
* the kbd controller, return -1 on a timeout.
*/
for (i= 0; i<1000; i++)
for (i= 0; i<1000000; i++)
#if 0
micro_start(&ms);
do