Subject: Re: port-i386/372: Noisy "timeout updating leds" warnings with my Gateway kbd
To: None <mycroft@gnu.ai.mit.edu>
From: None <Mark_Weaver@brown.edu>
List: netbsd-bugs
Date: 07/31/1994 07:21:08
mycroft@gnu.ai.mit.edu writes:
> 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.

Nope.  I investigated this once before, and tried increasing the
timeouts to no avail.

I agree that it's a bug.  However, many users may get annoyed that
every time they hit caps lock it logs a timeout, even though it works
fine.

I propose two possible compromises:

   1. #ifdef DIAGNOSTIC
   2. After ~10 messages, it disables the warning

	Mark

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