From owner-svn-src-stable@freebsd.org Mon Jan 25 18:18:20 2016 Return-Path: Delivered-To: svn-src-stable@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 5BEF07800; Mon, 25 Jan 2016 18:18:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D76DA32; Mon, 25 Jan 2016 18:18:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5169AB945; Mon, 25 Jan 2016 13:18:19 -0500 (EST) From: John Baldwin To: Steven Hartland Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r294719 - stable/10/sys/boot/efi/boot1 Date: Mon, 25 Jan 2016 10:16:49 -0800 Message-ID: <4954368.cJavQLNNVz@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201601251048.u0PAmwB7050980@repo.freebsd.org> References: <201601251048.u0PAmwB7050980@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 25 Jan 2016 13:18:19 -0500 (EST) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 18:18:20 -0000 On Monday, January 25, 2016 10:48:58 AM Steven Hartland wrote: > Author: smh > Date: Mon Jan 25 10:48:58 2016 > New Revision: 294719 > URL: https://svnweb.freebsd.org/changeset/base/294719 > > Log: > MFC r281059 (by rpaulo): > > boot1 EFI: reset the screen and select the best mode. > > Sponsored by: Multiplay Note that this breaks the console on certain HP laptops. There was an earlier thread on hackers@. I will forward it to you. -- John Baldwin