From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 14 12:27:07 2011 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B80A71065672; Mon, 14 Nov 2011 12:27:07 +0000 (UTC) (envelope-from chuzzwassa@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id DFB7A8FC0C; Mon, 14 Nov 2011 12:27:06 +0000 (UTC) Received: by eyd10 with SMTP id 10so6301948eyd.13 for ; Mon, 14 Nov 2011 04:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=WHPmj/e3qlwsJldeVydA0fm4+0SRhBUSXFmoRp+C1TQ=; b=FubAtY83MegJ7oCFOVnwP/CxApv2gZ2jtNaKYMkksDn+RajK9QPR0yEGyi6jslybni YoiprkDA1gF6T8lwSLDWpE8uQO7pO9MPN+9sZJpR7KIlKRnHRSZLW24fO4owjqS+emC5 tPvrbBC60rCjxPNRuRIstrr73KQT+Lh0Zvqsg= MIME-Version: 1.0 Received: by 10.213.28.12 with SMTP id k12mr1813521ebc.114.1321273625897; Mon, 14 Nov 2011 04:27:05 -0800 (PST) Received: by 10.213.31.193 with HTTP; Mon, 14 Nov 2011 04:27:05 -0800 (PST) In-Reply-To: References: <201111111937.pABJbMUB033100@freefall.freebsd.org> Date: Mon, 14 Nov 2011 22:27:05 +1000 Message-ID: From: Andy Farkas To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: jh@freebsd.org Subject: Fwd: kern/99538: [keyboard] [atkbdc] while using USB keyboard default params of atkbd and kbdmux lead to long delays on changes of keyboard state X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2011 12:27:07 -0000 Originator's email bounced, resending. -andyf ---------- Forwarded message ---------- From: Andy Farkas Date: Mon, Nov 14, 2011 at 5:55 AM Subject: Re: kern/99538: [keyboard] [atkbdc] while using USB keyboard default params of atkbd and kbdmux lead to long delays on changes of keyboard state To: freebsd-bugs@freebsd.org Cc: kazarov@mcm.ru, jh@freebsd.org On Sat, Nov 12, 2011 at 5:37 AM, =A0 wrote: > Synopsis: [keyboard] [atkbdc] while using USB keyboard default params of = atkbd and kbdmux lead to long delays on changes of keyboard state > > State-Changed-From-To: open->feedback > State-Changed-By: jh > State-Changed-When: Fri Nov 11 19:37:21 UTC 2011 > State-Changed-Why: > Can you still reproduce this on recent FreeBSD versions? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D99538 I have a HP ProLiant ML110 that does this. 9 seconds after pressing Caps-Lock the LED lights. 3 seconds for it to go off. It also takes several seconds to switch consoles. The keyboard is not USB. It has a 'Genius KWD-820' keyboard connected to the PS2 port. No mouse. No USB devices connected at all. Here is some stuff from /var/run/dmesg.boot: FreeBSD 8.2-STABLE #0: Tue Jul =A05 19:10:42 EST 2011 ... CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.02-MHz 686-class CPU) =A0Origin =3D "GenuineIntel" =A0Id =3D 0xf47 =A0Family =3D f =A0Model =3D 4= =A0Stepping =3D 7 ... ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) ... ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 iscsi: version 2.2.4.2 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of fed13000, 1000 (3) failed ... atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ... ugen3.2: at usbus3 ukbd0: on u= sbus3 kbd2 at ukbd0 ums0: on us= bus3 ums0: 8 buttons and [XYZ] coordinates ID=3D0 ... I do not know what kbd1 and kbd2 are, nor ums0. -andyf