From: Drew Eckhardt (drew@ophelia.cs.colorado.edu)
Date: 05/28/92


From: drew@ophelia.cs.colorado.edu (Drew Eckhardt)
Subject: Re: Keyboard lights (Was: 0.96 and 0.96a comments (and a bug report))
Date: 28 May 1992 05:24:12 GMT

In article <JEM.92May27105824@conan.hut.fi> jem@niksula.hut.fi (Johan Myreen) writes:
>In article <mper.706768401@uipsuxb> mper@uipsuxb.ps.uiuc.edu (Michael Pereckas) writes:
>
>>I have just started using 0.96a. I have noticed no major problems
>>yet, but I have noticed a minor keyboard problem---the keyboard LEDs
>>don't work.
>
>My bug, sorry. An error slipped in when I translated keyboard.S to C.
>In the file kernel/chr_drv/keyboard.c, function kb_ack() change the
>line
>
> if (inb(0x64) == 0xfa)
>to
> if (inb(0x60) == 0xfa)

Deleting the calls to kb_ack() works too.