On Mon Jul 19 12:44:08 EDT 2010, [email protected] wrote:
> The change to /sys/src/9/pc/kbd.c made on 11 Jun breaks my keyboard
> (an IBM "compact" ps/2 keyboard which has no LEDs).  Symptom:
> bootstrap hangs at "root is from" prompt.  If I change the new
> setleds() function to return immediately, the keyboard works fine.

without this change, a large number of compact keyboards
don't work.  :-)

perhaps adding

        outb(Cmd, 0x20);
        intb(Data);

at the end of setleds fixes your problem?

- erik

Reply via email to