From owner-cvs-sys Sun Sep 8 14:32:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA25423 for cvs-sys-outgoing; Sun, 8 Sep 1996 14:32:14 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA25387; Sun, 8 Sep 1996 14:32:02 -0700 (PDT) Date: Sun, 8 Sep 1996 14:32:02 -0700 (PDT) From: Soren Schmidt Message-Id: <199609082132.OAA25387@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/09/08 14:32:01 Modified: sys/i386/isa syscons.c Log: Make syscons replicate a mousesystems mouse on minor 128.. This enables other consumers of the mouse, to get it info via moused/syscons. In order to use it run moused (from sysconfig), and then tell your Xserver that it should use /dev/sysmouse (mknod sysmouse c 12 128) and it a mousesystems mouse. Everybody will be happy then :) Remember that moused still needs to know what kind of mouse you have.. Comments welcome, as is test results... Revision Changes Path 1.168 +36 -18 src/sys/i386/isa/syscons.c