From owner-cvs-sys Fri Nov 21 03:38:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA02410 for cvs-sys-outgoing; Fri, 21 Nov 1997 03:38:41 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA02313; Fri, 21 Nov 1997 03:36:40 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA17549; Fri, 21 Nov 1997 03:36:23 -0800 (PST) Date: Fri, 21 Nov 1997 03:36:23 -0800 (PST) Message-Id: <199711211136.DAA17549@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1997/11/21 03:36:23 PST Modified files: sys/i386/isa psm.c Log: Fix for a PS/2 mouse model from MouseSystems. It now appears that this mouse can correctly operate only in the high resolution mode. If the mouse pointer jumps to the top or left edge or the top-left corner of the screen, try defining PSM_MSCKLUDGE in the kernel configuration file. This option will put the mouse in the high resolution mode during device initialization. Revision Changes Path 1.46 +5 -1 src/sys/i386/isa/psm.c