From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 27 14:37:27 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B00E16A508 for ; Thu, 27 Jul 2006 14:37:27 +0000 (UTC) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B6443D6D for ; Thu, 27 Jul 2006 14:37:23 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.236] (really [70.32.199.60]) by mta9.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060727143722.DYHX16535.mta9.adelphia.net@[192.168.1.236]>; Thu, 27 Jul 2006 10:37:22 -0400 Message-ID: <44C8CFA2.3000400@savvis.net> Date: Thu, 27 Jul 2006 07:37:22 -0700 From: maksim yevmenkin User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <1153997829.12770@origin.intron.ac> <864px31eyz.fsf@xps.des.no> <86psfryvvo.fsf@xps.des.no> In-Reply-To: <86psfryvvo.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org, Intron Subject: Re: How to Use ddb(4)? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 14:37:27 -0000 Dag-Erling Smørgrav wrote: > "Intron" writes: >> Dag-Erling [iso-8859-1] Smo/rgrav wrote: >>> "Intron" writes: >>>> When kernel panics, the prompt "db>" will appear. But at this >>>> time I cannot control my computer with keyboard any longer. >>>> What's wrong with me? >>> I don't know what's wrong with you, but as regards your computer: >>> disable kbdmux and use a PS/2 keyboard. >> I've been comforted by you that there's nothing wrong with me. > > Glad to help :) > >> Well, FreeBSD Developers' Handbook needs to be updated now. > > No, kbdmux needs to be fixed so it works in DDB. actually, atkbd(4) needs to be fixed to support "polled" mode :) however, this kbdmux(4) hack will, hopefully, make it work for everyone. http://lists.freebsd.org/pipermail/freebsd-current/2006-July/064727.html thanks, max