Subject: Re: port-i386/372: Noisy "timeout updating leds" warnings with my Gateway kbd
To: None <mhw@cs.brown.edu, netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: None <mycroft@gnu.ai.mit.edu>
List: netbsd-bugs
Date: 07/31/1994 04:58:18
It's rather unlikely that I'm going to disable that warning, since it
point to, if not a `bug', then a `problem'.

Try the following:

1) Add a `(void) inb(0x84);' before the final close brace in each of
the two `for (i = 100000; ...' loops in kbd_cmd().  See if that fixes
the problem.

2) Assume 1) works, try decreasing the 100000 to 10000 and see if it
breaks again.

I suspect your keyboard controller and CPU are just too fast your
keyboard.


------------------------------------------------------------------------------