From owner-freebsd-current@FreeBSD.ORG Sat Apr 8 21:10:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE01416A405 for ; Sat, 8 Apr 2006 21:10:57 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D607043D55 for ; Sat, 8 Apr 2006 21:10:54 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [70.32.199.60]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060408211054.DUKJ23465.mta10.adelphia.net@[192.168.1.254]>; Sat, 8 Apr 2006 17:10:54 -0400 Message-ID: <443826D2.7060002@savvis.net> Date: Sat, 08 Apr 2006 14:10:42 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rong-En Fan References: <7daacbbe0604080204q1d8b8995kbadc61eb1461eefd@mail.gmail.com> <4437E1AD.7000303@savvis.net> <6eb82e0604081025i506ae352m583d6057d17a9677@mail.gmail.com> In-Reply-To: <6eb82e0604081025i506ae352m583d6057d17a9677@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: PS/2 keyboard not working in ddb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 21:10:57 -0000 Rong-En Fan wrote: >>>With FreeBSD 7.0-CURRENT, I can't type anything with my PS/2 keyboard >>>when I enter in ddb (ctrl+alt+esc) in the prompt 'db>'. >> >>known issue. this is due to kbdmux(4) being enabled by default. i'm >>working on this (no eta yet). > > Does this mean that if we want to use ddb, then we have to disable kbdmux? well, yes and no. usb keyboards, for example, work in ddb with kbdmux(4). for whatever reason only ps/2 keyboards are affected. > Maybe we should document this know issue in the manual pages? this used to work. this is relatively new issue. thanks, max