From owner-freebsd-current@FreeBSD.ORG Thu Feb 19 08:29:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 168E2106566C for ; Thu, 19 Feb 2009 08:29:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swipnet.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id A0B8B8FC13 for ; Thu, 19 Feb 2009 08:29:04 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pNvzuO4k8j8A:10 a=vHU9Hh9LfWEA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=oeLUo3TQgdawKVXUBysA:9 a=jxH31os3oCf9qPeM2MIA:7 a=_0O8i1wvUNhRbMW5zKK0_nVGiGsA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1025864934; Thu, 19 Feb 2009 09:29:03 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Thu, 19 Feb 2009 09:31:31 +0100 User-Agent: KMail/1.9.7 References: <499CC89E.2040408@ongs.co.jp> <200902190857.05883.hselasky@c2i.net> <499D1462.6030900@ongs.co.jp> In-Reply-To: <499D1462.6030900@ongs.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902190931.32064.hselasky@c2i.net> Cc: Daichi GOTO , Masanori OZAWA Subject: Re: USB2: booting from usb memory issue, including a foolish patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 08:29:05 -0000 On Thursday 19 February 2009, Daichi GOTO wrote: > Hans Petter Selasky wrote: > > On Thursday 19 February 2009, Daichi GOTO wrote: > >> Hi usb2 folks, first please give me a time to say > >> congratulations! I'm very glad that usb2 is default > >> usb stack right now :) > > > > There is a better approach, see: > > > > http://wiki.freebsd.org/USB > > I have checked a patch on above URL (freesbie term), it looks > like better than mine. How about to merge that patch to usb2 > stack, HPS? > > If someone could add feature that waits all boot deives prove, > that's best. And adding tuning feature of 16 seconds wait > time by /boot/loader.conf, it's great. Anyone could do that? Could we change "mount", that if we specify some wait flag, it will simply loop in kernel and userland for a user specified amount of time? --HPS