From owner-freebsd-current@FreeBSD.ORG Sat Feb 9 13:45:53 2008 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 B96BD16A41A for ; Sat, 9 Feb 2008 13:45:53 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 4431A13C457 for ; Sat, 9 Feb 2008 13:45:52 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so4623352fka.11 for ; Sat, 09 Feb 2008 05:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=YmmeKOQKZ0/Znp53cxAEBio1rWwaUwvWlW46/d7m22g=; b=GkGUKOWTPZtNudr5taTHielxziUmNH+VpRUeuAvTK/6xtHMvlyR/IP+oQ/xIl8VVwZqDcvvMtm1uqEO6I1mRIWVyAzaT7HgckuQd/Tn+B4ll+9XuASBy0XyhHS+kYp/j0FdCPO1UB9DZ7euAZcwB+YFYmzENpw3bRE3OJasXg1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mQtSa0RV1afUZ+8/PycgxeA24DnLrGyQeh65wQZ1Ja1QvU3udRVpxOk7Gl3w7zNlh4YeTwymzwLUuHDcZ2Een59UDKE8JddFXwCIcZ3qKmGXFEf2Iieea3vMwEJjAB3th+t7uN/1xqkKkQepzdNdvgAWooYuSXhTmD2TN3mo1+U= Received: by 10.78.171.20 with SMTP id t20mr24998892hue.41.1202563026378; Sat, 09 Feb 2008 05:17:06 -0800 (PST) Received: by 10.78.173.4 with HTTP; Sat, 9 Feb 2008 05:17:06 -0800 (PST) Message-ID: <7ad7ddd90802090517q60923862ncef89ee652d99a6e@mail.gmail.com> Date: Sat, 9 Feb 2008 14:17:06 +0100 From: "Ulrich Spoerlein" To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" In-Reply-To: <86wspecq42.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080208185405.GA1479@roadrunner.spoerlein.net> <47ACAE62.2060706@FreeBSD.org> <47ACB7BB.7090305@samsco.org> <20080209102415.GC1584@roadrunner.spoerlein.net> <86wspecq42.fsf@ds4.des.no> Cc: "Bruce M. Simpson" , current@freebsd.org Subject: Re: boot0sio working for anyone? 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: Sat, 09 Feb 2008 13:45:53 -0000 On Feb 9, 2008 12:43 PM, Dag-Erling Sm=F8rgrav wrote: > Ulrich Spoerlein writes: > > So, to recap the question: Is boot0sio working with 9600 or 115200 baud > > for anyone on 8-CURRENT (and built with gcc 4.x)? > > I use the regular boot0, and > > console=3D"comconsole" > comconsole_speed=3D"115200" > > in /boot/loader.conf Can you boot from different disks and slices using this approach? Perhaps with this weird syntax? 0:ad(0,a)/boot/loader Or can the loader be tricked into chain-booting another loader on another disk and slice? (Lucky me, I'm only trying to get this to work using FreeBSD only ...) Uli