From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 15 06:29:35 2005 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 5548216A41F for ; Wed, 15 Jun 2005 06:29:35 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E604143D48 for ; Wed, 15 Jun 2005 06:29:34 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id 22AEC851C7; Wed, 15 Jun 2005 08:29:33 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16436-07; Wed, 15 Jun 2005 08:29:28 +0200 (CEST) Received: from firewall.demig (p5083A059.dip0.t-ipconnect.de [80.131.160.89]) by server.absolute-media.de (Postfix) with ESMTP id 823E980318; Wed, 15 Jun 2005 08:29:28 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j5F6J2N6001128; Wed, 15 Jun 2005 08:19:02 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "Maksim Yevmenkin" Date: Wed, 15 Jun 2005 08:25:44 +0200 Message-ID: <000e01c57173$0f453a20$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <42AF6A83.4050608@savvis.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: "Freebsd-Hackers@Freebsd.Org" Subject: RE: kernel panic in usb0; was: RE: using vkbd device 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: Wed, 15 Jun 2005 06:29:35 -0000 > > When quickly connecting/disconnecting > > i guess you mean here unplug the keyboard and then immediately plug it > back, right? I mean plug in / plug out, repeat for ever. > can you tell what value "pipe" handle has? i suspect its NULL yes > can you tell what value "iface" handle has? i suspect its NULL yes > > thats ok. splusb is defined as splbio oh, ok. > what is your usb controller? uhci/ohci? what chip? ohci AcerLabs M5237 (Aladdin-V) > please compile kernel with DIAGNOSTIC and USB_DEBUG. then try to adjust > various "debug" knobs with sysctl(8) to get debug traces. at this point > it looks like a race condition of some sort (to me). ok, I'll try this.