tty: try more often to get the config byte.
This commit is contained in:
parent
d17590fcf4
commit
5d870f020d
@ -897,7 +897,7 @@ PRIVATE int kbc_read()
|
|||||||
/* Wait at most 1 second for a byte from the keyboard or
|
/* Wait at most 1 second for a byte from the keyboard or
|
||||||
* the kbd controller, return -1 on a timeout.
|
* the kbd controller, return -1 on a timeout.
|
||||||
*/
|
*/
|
||||||
for (i= 0; i<1000; i++)
|
for (i= 0; i<1000000; i++)
|
||||||
#if 0
|
#if 0
|
||||||
micro_start(&ms);
|
micro_start(&ms);
|
||||||
do
|
do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user