Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 1996 14:32:02 -0700 (PDT)
From:      Soren Schmidt <sos>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/isa syscons.c
Message-ID:  <199609082132.OAA25387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609082132.OAA25387>