From owner-svn-src-head@freebsd.org Mon Dec 7 09:51:27 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A79F29A0D67 for ; Mon, 7 Dec 2015 09:51:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57CC81618 for ; Mon, 7 Dec 2015 09:51:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qkfb125 with SMTP id b125so500146qkf.2 for ; Mon, 07 Dec 2015 01:51:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=V+LT/BTSr7hZ4n6FZY9ZhTt/MIiJhKNlTXGS2RDzXPg=; b=YymwF/BTzxBsLVIHFHb3gFY/V4TeH6XaOWqHXnIGD5sbfSW+Oek91H1gQJHByQ+1kV q82AiE5a6BYGIZjH0FPskX0R2RZ+jZ6dgbBxGGN2/CjS3jVH06KNiA+Hzh+5yplDvBKU jnWNVjEMOImZ8e7Dsay51EPiz+nbvoekuUjenjiR+figoF4eHoQETB8zw/htxmQqcNNH ZWsDtlHhWA1OemuYyLOrdeNzrPtCk43xbUbvsWbYsqzINdcrbTsCygpjt+vallsnId7e fcSXU1T3Uu7/3/LIeptw2l4nRR36tTobEmUx8wPkx/nvRLWxw5dAea4Kd7agtTAmcCTb LeYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=V+LT/BTSr7hZ4n6FZY9ZhTt/MIiJhKNlTXGS2RDzXPg=; b=jH6F5ynLo5cwD4czTlKk29/xuzFEfaHZOGI+Igh49WP7/dJeJz5w8pzgsVOmtX2ERa lG6ETFyziFk56mtGiHhBFbqKXEf8EgVBkpuaGwKTeNP/Qg6Jvm1hmBZ8c+vmktyEPV2n HOsJkVFZXCB/DlL3FytQ1+0FTliX/5/bEbp/e9VMOzah0doO+/ZslAOy37+vzTmMsoxF 2CyAU9HHEPtP2zo8cnPdrjZX8kLRVG8O/5u0aOCDwhsiT+iYE94mqnfhjqFQEDMZHlKx pJyUVK32+xX+4o7vL0iJW/0dLy/3MK4y4pIZIwlPjEMJdpXwt1vJP5lSKADvrckBWcN3 +duA== X-Gm-Message-State: ALoCoQnwtk1+yL44dIkOS38WuEfTiLQ9a1Bdis4HcKvctKNynonuNfxe5qXMMHQhIyuvn9Cq7iji MIME-Version: 1.0 X-Received: by 10.55.23.170 with SMTP id 42mr34454988qkx.42.1449481886446; Mon, 07 Dec 2015 01:51:26 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Mon, 7 Dec 2015 01:51:26 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201512070402.tB742KKZ081909@repo.freebsd.org> Date: Mon, 7 Dec 2015 02:51:26 -0700 X-Google-Sender-Auth: 8wO510IqGI_hbpFibOy5vzBkkC0 Message-ID: Subject: Re: svn commit: r291912 - head/tools/tools/nanobsd From: Warner Losh To: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Cc: Warner Losh , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 09:51:27 -0000 On Mon, Dec 7, 2015 at 2:33 AM, Warner Losh wrote: > > > On Sun, Dec 6, 2015 at 11:58 PM, Olivier Cochard-Labb=C3=A9 > wrote: > >> On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: >> >>> Author: imp >>> Date: Mon Dec 7 04:02:19 2015 >>> New Revision: 291912 >>> URL: https://svnweb.freebsd.org/changeset/base/291912 >>> >>> Log: >>> Default serial connection to 115200. Hardly anybody uses slower these >>> days, and those that do can use NANO_BOOT2CFG to change it. >>> >>> >> =E2=80=8BHi Warner, >> >> =E2=80=8BCool change, >> but boot0sio still doesn't support speed greater than 9600, right ? >> =E2=80=8B >> > > It was working at 115200 last time I tried it on real hardware. > But I don't see how, since it uses the BIOS directly :(