1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

Avoid touching the LEDs too early in the game. After the recent

changes to the keyboard code in pcvt, this update_led() very often
caused pcvt to hang early at boot time.

(Eventually, a better solution should be found, but the simple
omission serves well as a workaround for something that is actually a
show-stopper class problem.)

Candidate for 2.2.
This commit is contained in:
Joerg Wunsch 1996-11-02 23:28:06 +00:00
parent 459142187a
commit 4441bd4c1b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19340

View File

@ -1242,10 +1242,6 @@ vt_coldinit(void)
if(!keyboard_is_initialized)
kbd_code_init1();
/* update keyboard led's */
update_led();
}
/*---------------------------------------------------------------------------*