From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 14 18:41:49 2011 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id B939B106564A; Mon, 14 Nov 2011 18:41:49 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-bugs@freebsd.org Date: Mon, 14 Nov 2011 13:41:40 -0500 User-Agent: KMail/1.6.2 References: <201111111937.pABJbMUB033100@freefall.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Message-Id: <201111141341.43776.jkim@FreeBSD.org> Cc: jh@freebsd.org, Andy Farkas Subject: Re: 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 18:41:49 -0000 On Monday 14 November 2011 07:27 am, Andy Farkas wrote: > 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, � 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=99538 > > 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 �5 19:10:42 EST 2011 > ... > CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.02-MHz 686-class CPU) > �Origin = "GenuineIntel" �Id = 0xf47 �Family = f �Model = 4 > �Stepping = 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: 2> on usbus3 kbd2 at ukbd0 > ums0: 2> on usbus3 ums0: 8 buttons and [XYZ] coordinates ID=0 > ... > > I do not know what kbd1 and kbd2 are, nor ums0. Little googling found ServerEngines' chipset silently emulate USB devices from PS/2 port connected devices. For example: http://www.zubrcom.net/always-be-clever/20110105/hp-dl140-g3-ps2-keyboard-and-mouse-are-usb-devices Jung-uk Kim