Subject: Re: CVS commit: src/sys/kern (tty.c:1.174)
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 07/12/2005 02:55:46
Christos Zoulas <christos@astron.com> typed:
: I mis-read the previous message. It seems that before it was failing to
: do the F_SETOWN so it defaulted to polling instead of using SIGIO. Now
: it is using SIGIO and failing for some reason. There are no warning messages
: now?

It installs the signal handler (*) OK, however there are no SIGIO
signals (xf86SIGIO() is never called).  According to lsof, /dev/mouse sits
on 6 chars in - which is the starting point with a working mouse so maybe
that's an initialisation response.

(*) xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/shared/sigio.c

JIC, /dev/mouse is
    com0 at acpi0 (PNP0501-1)
    com0: io 0x3f8-0x3ff irq 4
    com0: ns16550a, working fifo

Regards,
Geoff