From owner-freebsd-usb@FreeBSD.ORG Sun Mar 1 19:19:17 2009 Return-Path: Delivered-To: usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B1E106566C; Sun, 1 Mar 2009 19:19:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D00888FC0C; Sun, 1 Mar 2009 19:19:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n21JFxx2004451; Sun, 1 Mar 2009 12:16:00 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 01 Mar 2009 12:16:20 -0700 (MST) Message-Id: <20090301.121620.-2073256982.imp@bsdimp.com> To: thompsa@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20090301190057.GD90301@citylink.fud.org.nz> References: <20090301190057.GD90301@citylink.fud.org.nz> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: usb@FreeBSD.org Subject: Re: USB2+umass: root mount fails X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 19:19:17 -0000 In message: <20090301190057.GD90301@citylink.fud.org.nz> Andrew Thompson writes: : On Mon, Feb 16, 2009 at 01:53:36PM -0800, Marcel Moolenaar wrote: : > It appears that the root mount isn't serialized with USB discovery : > in the same way it was under USB1. : : It seems that this is not completly resolved with the root mount hold in : r188907 as geom may not have tasted the partition tables when : vfs_rootmount is woken. USB still needs to finish its bus probe earlier : on the boot process. This sounds like a more fundamental ordering problem. It sounds like we need two gates here. (1) All the underlying devices are there and (2) All tasting is done. Warner