From owner-cvs-src@FreeBSD.ORG Sat Mar 26 16:01:10 2005 Return-Path: <owner-cvs-src@FreeBSD.ORG> 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 F3AFC16A4CE; Sat, 26 Mar 2005 16:01:09 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2716C43D2D; Sat, 26 Mar 2005 16:01:09 +0000 (GMT) (envelope-from sobomax@web.portaone.com) Received: from www.portaone.com (localhost [127.0.0.1]) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2QG170Q094573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Mar 2005 17:01:08 +0100 (CET) (envelope-from sobomax@web.portaone.com) Received: (from sobomax@localhost) by www.portaone.com (8.12.11/8.12.11/Submit) id j2QG17IQ094572; Sat, 26 Mar 2005 17:01:07 +0100 (CET) (envelope-from sobomax) Date: Sat, 26 Mar 2005 17:01:07 +0100 From: Maxim Sobolev <sobomax@portaone.com> To: Ian Dowse <iedowse@maths.tcd.ie> Message-ID: <20050326160107.GA92727@www.portaone.com> References: <4245342B.70503@portaone.com> <200503261450.aa34664@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503261450.aa34664@salmon.maths.tcd.ie> User-Agent: Mutt/1.5.8i X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on www.portaone.com X-Virus-Status: Clean 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 <cvs-src.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src> List-Post: <mailto:cvs-src@freebsd.org> List-Help: <mailto:cvs-src-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>, <mailto:cvs-src-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 26 Mar 2005 16:01:10 -0000 On Sat, Mar 26, 2005 at 02:50:00PM +0000, Ian Dowse wrote: > 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. Please note that when I take ehci out of kernel those devices are attached before root fs is mounted. If it can help I can send you dmesg without ehci. -Maxim