Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 94 14:25:28 GMT
From:      "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>
To:        dusio%ws062.bytex.network.com@inet-gw-1.pa.dec.com
Cc:        questions%freebsd.org@inet-gw-1.pa.dec.com
Subject:   Microsoft Bus Mouse under FreeBSD 2.0
Message-ID:  <m0rNLnE-0005M7C@rks32.pcs.dec.com>

next in thread | raw e-mail | index | archive | help
> I set the protocol to "BusMouse" in the XF86Config file,
> and set the device to "/dev/tty00".
you have to have the busmouse driver in the kernel, add:

device          mse0    at isa? port 0x23c tty irq 5 vector mseintr             
                                      ^^^^may to change this
to your config file and generate a new kernel. Then make /dev/mse with
/dev/MAKEDEVS and use this in place of /dev/tty00. I have a Logitech busmouse
and it works for me.

Gary J.



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