From owner-freebsd-mips@FreeBSD.ORG Fri Feb 5 05:28:05 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6421065672 for ; Fri, 5 Feb 2010 05:28:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.223.174]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD188FC2F for ; Fri, 5 Feb 2010 05:28:05 +0000 (UTC) Received: by iwn4 with SMTP id 4so3740359iwn.27 for ; Thu, 04 Feb 2010 21:28:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4DOptUDc1S597NadQZZ4FIsELvXe8W3MRz/NQtSejeA=; b=I5prT+YD4AC0p3OqHg+K0iOBR7ubvxv1/suD/pVFJkYoPtl7YG7vzd+NbKMLhKGBh3 on/yz7nGovBCxcGo+jQ2Ay18dnj+3U3/BceLqHvfPt6hYIxcd32qSsxSKZK9FPTF7wKa X3QTiwvxCR/HkjcV/mKfLj2LUetMcyn/xA91k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e2g0p/Y2fFvd32SZjtXqMqYUs7ycOdjgIwJJaNvH+hf/wouLHlpQPngY69JBQddDJD Dpn8WqaWP+KD9ySK4PeAiqcua7/c5wyf89R/IEVxgurEQQ0SGn2+XkxzymhVg2FuW2Z/ KDLhtbpNqnIsnVIGORFQ/h66dqF68vVQmQjbg= MIME-Version: 1.0 Received: by 10.231.147.149 with SMTP id l21mr1044180ibv.0.1265347684296; Thu, 04 Feb 2010 21:28:04 -0800 (PST) In-Reply-To: <20100204.222438.246077296855181113.imp@bsdimp.com> References: <20100204.222438.246077296855181113.imp@bsdimp.com> Date: Fri, 5 Feb 2010 13:28:04 +0800 Message-ID: From: Adrian Chadd To: "M. Warner Losh" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: rspro board and mounting root from SD X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2010 05:28:05 -0000 On 5 February 2010 13:24, M. Warner Losh wrote: > : If I stick a root_mount_hold() call in umass_attach(), the umass > : device is given the opportunity to complete probe/attach but obviously > : then a lack of root_mount_rel() results in nothing completing. > > Where did you put this? After the call to umass_cam_attach() in umass_attach() Adrian