summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-11-02 23:28:06 +0000
committerjoerg <joerg@FreeBSD.org>1996-11-02 23:28:06 +0000
commit9434a8b4e5607a49321ce4d08dddc9d505e93723 (patch)
treed80406f775e3b6f0cd298a4031d8e01127fc7a67 /sys
parent6d2caa45ee375a19798742adc4e78045297b40da (diff)
downloadFreeBSD-src-9434a8b4e5607a49321ce4d08dddc9d505e93723.zip
FreeBSD-src-9434a8b4e5607a49321ce4d08dddc9d505e93723.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index d80a8bd..e3a62d0 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -1242,10 +1242,6 @@ vt_coldinit(void)
if(!keyboard_is_initialized)
kbd_code_init1();
-
- /* update keyboard led's */
-
- update_led();
}
/*---------------------------------------------------------------------------*
OpenPOWER on IntegriCloud