From owner-cvs-src@FreeBSD.ORG Sat Mar 26 14:50:06 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6273016A4CE; Sat, 26 Mar 2005 14:50:06 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 3D43843D5C; Sat, 26 Mar 2005 14:50:05 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Mar 2005 14:50:04 +0000 (GMT) To: Maxim Sobolev In-Reply-To: Your message of "Sat, 26 Mar 2005 12:06:35 +0200." <4245342B.70503@portaone.com> Date: Sat, 26 Mar 2005 14:50:00 +0000 From: Ian Dowse Message-ID: <200503261450.aa34664@salmon.maths.tcd.ie> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/usb usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 14:50:06 -0000 In message <4245342B.70503@portaone.com>, Maxim Sobolev writes: >Ian Dowse wrote: >> Could you send me an example dmesg that shows this? As far as I >> know, doing the explore when cold == 1 should attach all USB devices >> before even interrupts are enabled. > >I don't use any modules - usb controllers and specific drivers are >compiled statically into the kernel. You can find dmesg here: > >http://www.portaone.com/~sobomax/dmesg Thanks - I'll try again to reproduce that here - I guess there must be some cases where devices are not ready at the time the initial explore takes place. Ian