From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 1 16:23:13 2004 Return-Path: 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 01C3D16A4CE for ; Mon, 1 Nov 2004 16:23:13 +0000 (GMT) Received: from amsfep18-int.chello.nl (amsfep18-int.chello.nl [213.46.243.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EAF843D5F for ; Mon, 1 Nov 2004 16:23:11 +0000 (GMT) (envelope-from Danovitsch@Vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep18-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041101162309.CRKF8514.amsfep18-int.chello.nl@Vitsch.net>; Mon, 1 Nov 2004 17:23:10 +0100 Received: from 192.168.2.8 (cp402377-c.venlo1.lb.home.nl [217.122.93.195]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id iA1GMuun055859; Mon, 1 Nov 2004 17:22:57 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) From: "Daan Vreeken [PA4DAN]" To: martes.wigglesworth@earthlink.net Date: Mon, 1 Nov 2004 17:23:03 +0100 User-Agent: KMail/1.5.2 References: <20041030120101.CB1E616A4D5@hub.freebsd.org> <4185F81F.9030004@gmx.net> <1099321796.628.5.camel@Mobile1.276NET> In-Reply-To: <1099321796.628.5.camel@Mobile1.276NET> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411011723.03121.Danovitsch@Vitsch.net> cc: FreeBSD-hackers@FreeBSD.org Subject: Re: EHCI Kernel Panic w/ 5.2.1-RELEASE Kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 16:23:13 -0000 On Monday 01 November 2004 16:09, Martes Wigglesworth wrote: > My kernel panic seems to come from the usb port actually having a device > in the port, at boot. When I do not have a device in the port, bootup > continues, however, my usb ports are not usable. This is my dmesg > output. > > > dmesg|grep usb > > usb0: on uhci0 > usb0: USB revision 1.0 > usb1: on uhci1 > usb1: USB revision 1.0 > usb2: on uhci2 > usb2: USB revision 1.0 Over a week ago I discovered a bug in the UHCI driver that causes problems when devices are plugged in during boot. I filed a PR with a patch that has been taken into the UHCI driver in -CURRENT : http://www.freebsd.org/cgi/query-pr.cgi?pr=73000 Can you try the patch that's at the end of the PR on your system? (It should patch without a problem on 5.2.1-RELEASE). I'm not sure if it fixes your problem since your problem seems to be EHCI-related, but you never know. Good luck, Daan