From owner-cvs-all@FreeBSD.ORG Sat Mar 26 00:44:23 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBFC16A4CE; Sat, 26 Mar 2005 00:44:23 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DE343D5D; Sat, 26 Mar 2005 00:44:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2Q0fULd042535; Fri, 25 Mar 2005 17:41:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 25 Mar 2005 17:42:02 -0700 (MST) Message-Id: <20050325.174202.25952471.imp@bsdimp.com> To: sobomax@portaone.com From: "M. Warner Losh" In-Reply-To: <424473BB.4010607@portaone.com> References: <200503171941.j2HJfKje003685@repoman.freebsd.org> <424473BB.4010607@portaone.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: iedowse@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 00:44:23 -0000 In message: <424473BB.4010607@portaone.com> Maxim Sobolev writes: : This is still suboptimal, since even after this change when ehci is : enabled some (if not most) USB devices are detected after system goes : into milti-user mode. Obviously, this makes it impossible to mount root : fs off the USB HDD/FDD/CD. The simplest way to solve this problem is to : add some sufficiently long and configurable delay before mounting root : fs (similar to one used by the SCSI) when ehci is enabled to let those : devices to be detected and attached. /me notes that usb subsystem will know when it is done enumerating devices. cardbus has a similar issue... Warner