From owner-svn-src-all@freebsd.org Mon Dec 7 09:51:27 2015 Return-Path: Delivered-To: svn-src-all@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 A7DA79A0D68 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 57BAC1617 for ; Mon, 7 Dec 2015 09:51:27 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qkdb5 with SMTP id b5so28834283qkd.0 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=WV2VmnR7woRqtgDavoVZEH5cfQ7qk0kAXAGMmzwxsCyKLbj6hcFeKnAD/+vvqiA62g A8/uV/SiH0JXaNEa3YAY+X8cubDSBE7JsKM/ENpmgKZ+RGQoe5YjLzzBvagAbf4zPw+z BlvffSUQ7RHLUYhik8CzIrDqv8E49K2AwemMQa6+HyYaCPbJWrgXtVeAZeO0nCYYJwOo FAb0jVVSN4T1HAlTCkn3DcilRbm1uTfWzziiCAHRfNf7FymZaCiVC0gFPgqifuXyvUqj G852YJfZl4LuvvaRPJNGYCG0/lizyJG/TDPVesPmXoV8OxWMhxgWtEhvBMNtLCw2+QPs y/uQ== X-Gm-Message-State: ALoCoQmxTskQFHN9XtMV5PAZjBXT1TuCg+ZAY8oWoIZBb1KTcWfbN1s9ytnGedzGOto+S/F3OWOF 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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 :(