From owner-cvs-all Thu Nov 30 21:26:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A5337B400; Thu, 30 Nov 2000 21:26:25 -0800 (PST) Received: (from yokota@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB15QOM24969; Thu, 30 Nov 2000 21:26:24 -0800 (PST) (envelope-from yokota) Message-Id: <200012010526.eB15QOM24969@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Thu, 30 Nov 2000 21:26:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/11/30 21:26:24 PST Modified files: sys/isa psm.c Log: - Add a hack for "psmintr: out of sync.." This is NOT a fix, but a hack! Add `flags 0x8000' to the psm driver to enable it. The psm driver will try to get out of out-of-sync situation by disabling the mouse and immediately enable it again. If you are seeing this out-of-sync problem because of an incompetent(?!) KVM switch, this hack will NOT be good for you. However, if you are occasionally seeing the problem because of lost mouse interrupt, this might help. Revision Changes Path 1.34 +12 -1 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message