Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 1996 07:46:05 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.org, j@uriah.heep.sax.de
Cc:        bde@zeta.org.au
Subject:   Re: locking up
Message-ID:  <199608132146.HAA28918@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> scgetc() also seems to return early in all cases when XSERVER != 0.

>Actually not.  It returns earlier than usual in case XSERVER != 0 and
>pcvt_kbd_raw == TRUE, meaning that the Xserver is currently active and
>wants to see the unprocessed scan codes.  However, it doesn't return

I knew that there must be a raw flag somewhere, but couldn't see
it among the ifdefs :-).

>> I think there is a problem iff PCVT_KBD_FIFO != 0.

>Unlikely, since this is the most common and thus most tested case
>(along with XSERVER != 0).

Yes, I should have written PCVT_KBD_FIFO == 0.  It's the least tested
case that is probably broken.  The fifo shouldn't be optional.

Bruce.



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