From owner-freebsd-stable@FreeBSD.ORG Mon Sep 22 19:43:44 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE2616A4B3 for ; Mon, 22 Sep 2003 19:43:44 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A5744001 for ; Mon, 22 Sep 2003 19:43:44 -0700 (PDT) (envelope-from bfoz@terrandev.com) Received: from terrandev.com (12-234-26-98.client.attbi.com[12.234.26.98]) by comcast.net (sccrmhc13) with SMTP id <2003092302434301600iuidte> (Authid: bfoz); Tue, 23 Sep 2003 02:43:43 +0000 Message-ID: <3F6FB4C8.7080304@terrandev.com> Date: Mon, 22 Sep 2003 19:49:44 -0700 From: Brandon Fosdick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Horechuk References: <01bb01c38116$56630760$73f8d7a5@docucom.ca> In-Reply-To: <01bb01c38116$56630760$73f8d7a5@docucom.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: USB hangs during boot of 4.9 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 02:43:45 -0000 Paul Horechuk wrote: > I had been running a stable 4.9 prerelease and evrything was working > fine. During some playing with X and DRI vs GFX, I was prompted to add > USER_LDT as an option to the kernel. This I did and did a new cvsup to > the code as of 9-21-03. The makeworld process left me with a system > that now hangs after the normal resetting of the usb hub. To get by > this during boot, I have to disable USB in BIOS. Of course I no longer > have a mouse, now. > > Did I miss any USB alerts? I updated on the same day and am having the same problem. Disconnecting USB devices during boot gets around the problem, but is somewhat annoying. Since you mentioned having USER_LDT in your kernel and I have it too I tried taking it out and recompiling without updating the source code. No luck, it still hangs at the usb probe. I have an MS Natural Keyboard and MS Intellimouse Explorer as my only USB devices and I'm dual booting W2K using the W2K boot menu. Here is the point that it hangs: pci0: (vendor=0x10de, dev=0x0064) at 1.1 irq 5 ohci0: mem 0xe8080000-0xe8080fff irq 11 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x10de) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered If anybody wants more info please let me know.