From owner-cvs-sys Thu Nov 14 21:31:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA15878 for cvs-sys-outgoing; Thu, 14 Nov 1996 21:31:47 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA15808; Thu, 14 Nov 1996 21:31:06 -0800 (PST) Date: Thu, 14 Nov 1996 21:31:06 -0800 (PST) From: Nate Williams Message-Id: <199611150531.VAA15808@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/11/14 21:31:01 Modified: sys/i386/isa psm.c Log: New PS/2 mouse drive which uses the new 'shared' keyboard/psm read routines. An older version of this was tested successfully on all of my systems with PS/2 mice. This was brought in without testing because it is necessary due to the previously committed syscons changes. Submitted by: Kazutaka Yokota Revision Changes Path 1.26 +997 -253 src/sys/i386/isa/psm.c