From owner-cvs-sys Fri Feb 7 03:41:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21502 for cvs-sys-outgoing; Fri, 7 Feb 1997 03:41:50 -0800 (PST) Received: (from yokota@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21494; Fri, 7 Feb 1997 03:41:48 -0800 (PST) Date: Fri, 7 Feb 1997 03:41:48 -0800 (PST) From: Kazutaka YOKOTA Message-Id: <199702071141.DAA21494@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa kbdio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 97/02/07 03:41:47 Modified: sys/i386/isa kbdio.c Log: Fix for the Compaq Armada laptop. The PS/2 mouse device responds to a reset command with a sequence of ACK(fa), RESULT(aa) and ID(00). Most PS/2 mice immediately returns ACK, but spend sometime before sending RESULT. The Armada takes time before ACK; extra delay is necessary before the call to read ACK. The problem was reported in comp.unix.bsd.freebsd.misc and the patch was tested by the reporter. No PR was filed, by the way. Revision Changes Path 1.7 +9 -3 src/sys/i386/isa/kbdio.c