From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265223AbUANX3A (ORCPT ); Wed, 14 Jan 2004 18:29:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266290AbUANX2W (ORCPT ); Wed, 14 Jan 2004 18:28:22 -0500 Received: from mail.kroah.org ([65.200.24.183]:23939 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S265868AbUANX1o (ORCPT ); Wed, 14 Jan 2004 18:27:44 -0500 Date: Wed, 14 Jan 2004 15:26:31 -0800 From: Greg KH To: George Anzinger Cc: Matt Mackall , "Amit S. Kale" , Andrew Morton , jim.houston@comcast.net, discuss@x86-64.org, ak@suse.de, shivaram.upadhyayula@wipro.com, lkml , Pavel Machek Subject: Re: [discuss] Re: kgdb for x86_64 2.6 kernels Message-ID: <20040114232631.GB9983@kroah.com> References: <000e01c3d476$2ebe03a0$4008720a@shivram.wipro.com> <200401101611.53510.amitkale@emsyssoft.com> <400237F0.9020407@mvista.com> <200401122020.08578.amitkale@emsyssoft.com> <40046296.1050702@mvista.com> <20040114063155.GF28521@waste.org> <4005A03A.40409@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4005A03A.40409@mvista.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 14, 2004 at 12:02:02PM -0800, George Anzinger wrote: > Right. I had hoped that we might one day be able to use the USB and I am > sure there are others. Raw USB? Or some kind of USB to serial device? Remember, USB needs interrupts to work, see the kdb patches for the mess that people have tried to go through to send usb data without interrupts (doesn't really work...) thanks, greg k-h