From owner-freebsd-current Tue Aug 13 14:51:24 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14369 for current-outgoing; Tue, 13 Aug 1996 14:51:24 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA14360 for ; Tue, 13 Aug 1996 14:51:16 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA28918; Wed, 14 Aug 1996 07:46:05 +1000 Date: Wed, 14 Aug 1996 07:46:05 +1000 From: Bruce Evans Message-Id: <199608132146.HAA28918@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.org, j@uriah.heep.sax.de Subject: Re: locking up Cc: bde@zeta.org.au Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> 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.