From owner-cvs-sys Sat Nov 2 15:28:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03067 for cvs-sys-outgoing; Sat, 2 Nov 1996 15:28:21 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03049; Sat, 2 Nov 1996 15:28:10 -0800 (PST) Date: Sat, 2 Nov 1996 15:28:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199611022328.PAA03049@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_out.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/02 15:28:09 Modified: sys/i386/isa/pcvt pcvt_out.c Log: 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. Revision Changes Path 1.14 +0 -4 src/sys/i386/isa/pcvt/pcvt_out.c