From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 8 04:10:02 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 8DC7016A424; Thu, 8 Dec 2005 04:10:02 +0000 (GMT) (envelope-from arun@sharma-home.net) Received: from eagle.sharma-home.net (cpe-24-221-178-208.ca.sprintbbd.net [24.221.178.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DF543D5D; Thu, 8 Dec 2005 04:09:54 +0000 (GMT) (envelope-from arun@sharma-home.net) Received: from www.sharma-home.net (localhost.mirabella.net [127.0.0.1]) by eagle.sharma-home.net (Postfix) with ESMTP id 0EB4C937; Wed, 7 Dec 2005 20:02:00 -0800 (PST) Received: from 24.221.178.208 (SquirrelMail authenticated user arun) by www.sharma-home.net with HTTP; Wed, 7 Dec 2005 20:02:00 -0800 (PST) Message-ID: <63895.24.221.178.208.1134014520.squirrel@www.sharma-home.net> In-Reply-To: <43903E19.7030203@freebsd.org> References: <438FF13C.7080308@sharma-home.net> <43903E19.7030203@freebsd.org> Date: Wed, 7 Dec 2005 20:02:00 -0800 (PST) From: "Arun Sharma" To: "Peter Grehan" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal 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: Thu, 08 Dec 2005 04:10:02 -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. ... > Do you know if this happens with a USB keyboard on x86 ? x86 works fine. I tested on 5.4. -Arun