From owner-freebsd-current@FreeBSD.ORG Fri Oct 2 21:11:25 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C6301065670 for ; Fri, 2 Oct 2009 21:11:25 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id B56938FC2C for ; Fri, 2 Oct 2009 21:11:24 +0000 (UTC) Received: from pooker.samsco.home (pooker.samsco.home [192.168.254.1]) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id n92LBLK5028263 for ; Fri, 2 Oct 2009 15:11:21 -0600 (MDT) (envelope-from scottl@samsco.org) Date: Fri, 2 Oct 2009 15:11:21 -0600 (MDT) From: Scott Long To: current@freebsd.org Message-ID: <20091002150931.K35591@pooker.samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=3.8 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Subject: [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, 02 Oct 2009 21:11:25 -0000 All, I have a candidate patch to fix the problem with USB boot media not being found in time at boot, leading to the "mountroot" prompt instead of a booting system. Please apply both patches below and let me know if it works for you. http://people.freebsd.org/~scottl/cam_hook.diff http://people.freebsd.org/~scottl/usb_hook.diff