From owner-cvs-all@FreeBSD.ORG Tue Aug 17 18:12:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E6416A4DD; Tue, 17 Aug 2004 18:12:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7FB43D48; Tue, 17 Aug 2004 18:12:38 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7HICbcj078770; Tue, 17 Aug 2004 18:12:37 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7HICbLM078769; Tue, 17 Aug 2004 18:12:37 GMT (envelope-from gibbs) Message-Id: <200408171812.i7HICbLM078769@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 17 Aug 2004 18:12:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 18:12:40 -0000 gibbs 2004-08-17 18:12:37 UTC FreeBSD src repository Modified files: sys/isa psm.c Log: Defer the capture of the "expected sync bits" until the first "normal" data packet is received from the mouse. In the case of many KVM's, this avoids a bug in their mouse emulation that sends back incorrect sync when you explicitly request a data packet from the mouse. Without this change, you must force the driver into stock PS/2 mode or be flooded with a never ending stream of "out of sync" messages on these KVMs. Approved by: re Revision Changes Path 1.79 +13 -20 src/sys/isa/psm.c