From owner-freebsd-stable Sat Apr 25 21:03:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08939 for freebsd-stable-outgoing; Sat, 25 Apr 1998 21:03:42 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA08928 for ; Sat, 25 Apr 1998 21:03:32 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: by outmail.utsunomiya-u.ac.jp id AA01994; Sun, 26 Apr 1998 13:03:22 +0900 Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id NAA27061; Sun, 26 Apr 1998 13:12:05 +0900 (JST) Message-Id: <199804260412.NAA27061@zodiac.mech.utsunomiya-u.ac.jp> To: garman@earthling.net Cc: stable@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: missed keyboard interrupts? In-Reply-To: Your message of "Sun, 11 May 1997 10:10:21 -0400." References: Date: Sun, 26 Apr 1998 13:12:04 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk >I just upgraded my machine to a PII/300... running 2.2.6-stable cvsupped >as of a couple days ago. > >The trouble is that now, under "medium" load (say 500-600 interrupts/sec) >the keyboard loses a _significant_ amount of interrupts (say compiling a >kernel in the background makes the keyboard unusable) > >even with a "nonexistent" load (100-300 int/sec) occassionally a character >will be lost. > >This is the same keyboard that worked fine with my old system (a p150) > >Is this a freebsd problem? Or does this lie elsewhere? > >The board is an ABIT with intel 440LX chipset. In what configuration and environment does this happen? Are you running X? If so, which video card and X server do you use? Do you use a PS/2 mouse? Would you compile a kernel with the following option? option "KBDIO_DEBUG=2" The kernel with this option will generate quite a number of debug messages. You will see many lines like: kbdio: kbd q: N calls, max M chars, aux q: X calls, max Y chars I would like to know what the above lines look like in your machine. Kazu yokota@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message