From owner-cvs-src-old@FreeBSD.ORG Sun Feb 22 01:02:38 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792C61065721 for ; Sun, 22 Feb 2009 01:02:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9498FC12 for ; Sun, 22 Feb 2009 01:02:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1M12cVY017908 for ; Sun, 22 Feb 2009 01:02:38 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1M12cx5017907 for cvs-src-old@freebsd.org; Sun, 22 Feb 2009 01:02:38 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902220102.n1M12cx5017907@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 22 Feb 2009 01:02:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb2/controller usb2_bus.h usb2_controller.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 01:02:38 -0000 thompsa 2009-02-22 01:02:25 UTC FreeBSD src repository Modified files: sys/dev/usb2/controller usb2_bus.h usb2_controller.c Log: SVN rev 188907 on 2009-02-22 01:02:25Z by thompsa Use root_mount_hold and root_mount_rel to allow the USB bus to be explored before trying to mount root. Unlike USB1 the busses are not explored at attach but rather after threads are running. Revision Changes Path 1.8 +1 -0 src/sys/dev/usb2/controller/usb2_bus.h 1.11 +12 -0 src/sys/dev/usb2/controller/usb2_controller.c