From owner-cvs-sys Mon Jan 20 00:05:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA18187 for cvs-sys-outgoing; Mon, 20 Jan 1997 00:05:21 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA18177; Mon, 20 Jan 1997 00:05:19 -0800 (PST) Date: Mon, 20 Jan 1997 00:05:19 -0800 (PST) From: Soren Schmidt Message-Id: <199701200805.AAA18177@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 97/01/20 00:05:18 Modified: sys/i386/isa syscons.c Log: Fix the bug that caused CTRL & ALT keys to be hanging sometimes after an X seesion. Really stupid error of me, and I've been looking at this code SO many times. Thanks to Kazutaka YOKOTA for seeing this.. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.198 +1 -1 src/sys/i386/isa/syscons.c