From owner-freebsd-usb@FreeBSD.ORG Tue Aug 11 13:49:51 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9D68106568C; Tue, 11 Aug 2009 13:49:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 186EE8FC4B; Tue, 11 Aug 2009 13:49:50 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=kT2QXQnOTmMA:10 a=hlIU1J3LQChSjWV/CGRL5g==:17 a=6I5d2MoRAAAA:8 a=N2hf1HuK3qciJLiS8PYA:9 a=B6DOpzN12PcwHgp_O8oA:7 a=1ZleBvba2Bezc0WzgACjkCNsxG4A:4 a=SV7veod9ZcQA:10 Received: from [193.217.167.6] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1191792508; Tue, 11 Aug 2009 15:49:48 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Tue, 11 Aug 2009 15:49:52 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <200908111340.n7BDek9R014650@freefall.freebsd.org> In-Reply-To: <200908111340.n7BDek9R014650@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908111549.54441.hselasky@c2i.net> Cc: pjd@freebsd.org, freebsd-geom@freebsd.org Subject: Re: kern/124130: [usb] gmirror fails to start usb devices that were present at boot time 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: Tue, 11 Aug 2009 13:49:52 -0000 On Tuesday 11 August 2009 15:40:46 pjd@freebsd.org wrote: > Old Synopsis: [gmirror] [usb] gmirror fails to start usb devices that were > present at boot time New Synopsis: [usb] gmirror fails to start usb devices > that were present at boot time > > Responsible-Changed-From-To: freebsd-geom->freebsd-usb > Responsible-Changed-By: pjd > Responsible-Changed-When: wto 11 sie 2009 13:38:31 UTC > Responsible-Changed-Why: > This is not gmirror nor GEOM problem. The disks presented by umass cannot > be properly accessed by GEOM classes, so they can't detect their metadata. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=124130 Is this related to the recent introduction of newbus_lock() ? --HPS