Subject: device for serial mouse ?
To: None <tech-misc@netbsd.org>
From: Chris Pockele <supc@bsdaemon.be>
List: tech-misc
Date: 02/16/2002 14:25:43
hello,

i'm trying to add mouse support to the NetBSD console (taking code
from OpenBSD, more information on 
http://www.chrisp.easynet.be/netbsd/wsmoused/). 
 It currently works with a PS/2 mouse, but there are
a few problems left:
- the mouse cursor moves too fast
- sometimes, some characters stay inverted while they shouldn't be
- i haven't got a serial mouse to work yet.  On OpenBSD, it's required
to specify the device it is connected to, such as /dev/cua00 for the first
serial port.  What is the corresponding device on NetBSD?
(btw, tty00 doesn't work, and OpenBSD uses ttyXX too for connecting terminals,
but for mice it's cuaXX).

TIA,
Chris