From owner-cvs-sys Mon Jan 20 00:14:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA18832 for cvs-sys-outgoing; Mon, 20 Jan 1997 00:14:39 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA18821; Mon, 20 Jan 1997 00:14:37 -0800 (PST) Date: Mon, 20 Jan 1997 00:14:37 -0800 (PST) From: Soren Schmidt Message-Id: <199701200814.AAA18821@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:14:36 Branch: sys/i386/isa RELENG_2_2 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.182.2.9 +2 -2 src/sys/i386/isa/syscons.c