From owner-freebsd-current Tue Aug 13 03:02:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04701 for current-outgoing; Tue, 13 Aug 1996 03:02:40 -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 DAA04696 for ; Tue, 13 Aug 1996 03:02:34 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id TAA03907; Tue, 13 Aug 1996 19:57:57 +1000 Date: Tue, 13 Aug 1996 19:57:57 +1000 From: Bruce Evans Message-Id: <199608130957.TAA03907@godzilla.zeta.org.au> To: bde@zeta.org.au, dfr@render.com Subject: Re: locking up Cc: freebsd-current@FreeBSD.ORG, james@miller.cs.uwm.edu, wangel@wgrobez1.remote.louisville.edu Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I guess it's not a motherboard problem :-). >Actually, I think this motherboard is a bit flakey in the keyboard >department. Windows95 sometimes loses the keyboard on this machine as >well. Race bugs are often like that. >I was just looking at syscons.c again and I noticed that scgetc() is >called with interrupts blocked from sccngetc() but not blocked from >sccncheckc(). Is that right? Bug in sccncheckc(). Bruce