From owner-cvs-sys Thu Apr 10 05:26:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA02568 for cvs-sys-outgoing; Thu, 10 Apr 1997 05:26:54 -0700 (PDT) Received: (from yokota@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA02560; Thu, 10 Apr 1997 05:26:52 -0700 (PDT) Date: Thu, 10 Apr 1997 05:26:52 -0700 (PDT) From: Kazutaka YOKOTA Message-Id: <199704101226.FAA02560@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 yokota 97/04/10 05:26:52 Modified: sys/i386/isa syscons.c Log: Preserve some bits in the keyboard controller command byte when resetting the keyboard. Well, sorry, this bug is totally my fault. I DID intend to preserve them, but somehow I failed. The bug puts some old keyboard controllers in a strange state, resulting in keyboard freeze or random key input. The fix closes PR kern/3067. Revision Changes Path 1.209 +6 -10 src/sys/i386/isa/syscons.c