From owner-freebsd-arm@FreeBSD.ORG Tue Feb 8 13:39:48 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F3531065672 for ; Tue, 8 Feb 2011 13:39:48 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 48E2C8FC0C for ; Tue, 8 Feb 2011 13:39:47 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id BE21E62; Tue, 8 Feb 2011 14:39:46 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AJyVTWzHiMBW; Tue, 8 Feb 2011 14:39:40 +0100 (CET) Received: from snifi.localnet (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 9E69056; Tue, 8 Feb 2011 14:39:40 +0100 (CET) From: Maciej Milewski To: freebsd-arm@freebsd.org Date: Tue, 8 Feb 2011 14:39:46 +0100 User-Agent: KMail/1.13.6 (Linux/2.6.37-ARCH; KDE/4.6.0; x86_64; ; ) References: <20110206181659.869861bf.torfinn.ingolfsen@broadpark.no> <201102071656.11633.milu@dat.pl> <4D502822.2020408@bsdimp.com> In-Reply-To: <4D502822.2020408@bsdimp.com> X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201102081439.47302.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD on a DockStar - doesn't mount root X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 13:39:48 -0000 Dnia poniedzia=B3ek, 7 lutego 2011 o 18:13:06 Warner Losh napisa=B3(a): > I've used kern.cam.boot_delay on a RS-PRO board here that I run off the > SD card, which is just a da device. >=20 > Warner Warner, How do you pass it to the kernel? via redboot's exec -c "kern.cam.boot_delay=3D" ? Maciej