Date: Tue, 17 Aug 2004 18:12:37 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c Message-ID: <200408171812.i7HICbLM078769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408171812.i7HICbLM078769>