From owner-freebsd-current@FreeBSD.ORG Fri Nov 13 08:10:30 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 0809A1065679 for ; Fri, 13 Nov 2009 08:10:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9E58FC16 for ; Fri, 13 Nov 2009 08:10:29 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=aQey1_VUwUUA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=zxtdRzKWAtuIer0CYU4A:9 a=ALApMGmm_UAK2-wvmzJV4rTW8KQA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 275420721; Fri, 13 Nov 2009 09:10:27 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org, d@delphij.net Date: Fri, 13 Nov 2009 09:09:30 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20091002150931.K35591@pooker.samsco.org> <200911050922.10205.hselasky@c2i.net> <4AFCB277.5070306@delphij.net> In-Reply-To: <4AFCB277.5070306@delphij.net> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911130909.30828.hselasky@c2i.net> Cc: Marcel Moolenaar , Chao Shin Subject: Re: [PATCH] Fix for USB media not found at boot 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: Fri, 13 Nov 2009 08:10:30 -0000 On Friday 13 November 2009 02:12:23 Xin LI wrote: > Hi, Hans, > > Hans Petter Selasky wrote: > > Hi, > > > > There is a newer patch in USB P4. > > Which revisions are you referring to? So far it looks like that only p4 > changeset 169183: > > Mount Root Patch > - This patch allows for late root device discovery. Instead of > giving up at the first try, the system keeps trying for 3 > minutes to mount root. If CTRL+C is pressed during this time > a mount-root menu will be shown. Else after 3 minutes the > mount-root menu will be shown and then a panic will happen > like before. > - Clean up old mount root hold mechanism which did not > work like expected. > > Is related? Hi, The changeset in question has not been committed to mainstream. Scott Long is working on an improved solution. Please coordinate with him. --HPS