527a528,536 > > > /* > the new "kbd_exists" logic in pc_kbd.c may be just completely > buggered. It tries to notice when a PC-style keyboard is missing, and > avoid trying to set the leds on it when no keyboard exists. > */ > > 531c540,542 < send_data(KBD_CMD_ENABLE); /* re-enable kbd if any errors */ --- > if ( send_data(KBD_CMD_ENABLE) > 0) > kbd_exists = 1; /* re-enable kbd if no errors */ > else