From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 2 12:29:15 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BB416A420 for ; Fri, 2 Dec 2005 12:29:15 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from cayenne.onthenet.com.au (cayenne.OntheNet.com.au [203.22.124.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E3143D4C for ; Fri, 2 Dec 2005 12:29:15 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.17.212] (CPE-203-144-17-212.dsl.OntheNet.net [203.144.17.212]) by cayenne.onthenet.com.au (Postfix) with ESMTP id 7C7B775901C; Fri, 2 Dec 2005 22:29:13 +1000 (EST) Message-ID: <43903E19.7030203@freebsd.org> Date: Fri, 02 Dec 2005 22:29:13 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Arun Sharma References: <438FF13C.7080308@sharma-home.net> In-Reply-To: <438FF13C.7080308@sharma-home.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: ddb and usb keyboards X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2005 12:29:15 -0000 Hi Arun, > I noticed that I was able to interact with DDB using my usb keyboard > when the kernel panics due to a driver bug. > > However, if I try to manually enter DDB using ctrl+alt+esc on the > console, DDB doesn't accept any input and I have to power cycle the > machine. I see the same behaviour :( > Is there a good explanation for this behavior? I can't think of one. I guess it's possible that the USB keyboard/OCHI code is being re-entered when this happens, since I guess the key event is an upcall into syscons. Do you know if this happens with a USB keyboard on x86 ? later, Peter.