From owner-freebsd-arm@freebsd.org Fri Mar 3 02:06:25 2017 Return-Path: Delivered-To: freebsd-arm@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 7A7FDCF54BF for ; Fri, 3 Mar 2017 02:06:25 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53C0B158A for ; Fri, 3 Mar 2017 02:06:25 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v2326ATI003592 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 2 Mar 2017 18:06:11 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v23269NP003591; Thu, 2 Mar 2017 18:06:09 -0800 (PST) (envelope-from fbsd) Date: Thu, 2 Mar 2017 18:06:09 -0800 From: bob prohaska To: Mark Millard Cc: Andrew Turner , Michael Tuexen , freebsd-arm , Oleksandr Tymoshenko , Ian Lepore , fbsd@www.zefox.net Subject: Re: Odd-looking serial console prompt on RPI2 Message-ID: <20170303020609.GA3411@www.zefox.net> References: <20170227195647.GA91329@www.zefox.net> <20170301200112.ymwkfd64tzz5f3b2@mutt-hbsd> <4194F030-4E5C-4EB6-82D7-FD725E3B7CEF@fh-muenster.de> <20170302000334.GA99403@www.zefox.net> <1488419304.60166.26.camel@freebsd.org> <20170302020116.GA98466@bluezbox.com> <1488420309.60166.32.camel@freebsd.org> <4C69E3F3-049F-433D-B4DB-3177F30509F5@dsl-only.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C69E3F3-049F-433D-B4DB-3177F30509F5@dsl-only.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 02:06:25 -0000 On Thu, Mar 02, 2017 at 12:59:03PM -0800, Mark Millard wrote: > > # svnlite update -r310289 sys/dev/uart/uart_dev_pl011.c Applying the same adjustment to revision 314563 on RPI2 seems to likewise correct serial console behavior. There are no obvious side effects. bob prohaska