From owner-svn-src-all@freebsd.org Sun Aug 30 18:27:19 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 BEE359C6B92; Sun, 30 Aug 2015 18:27:19 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from mr11p00im-asmtp001.me.com (mr11p00im-asmtp001.me.com [17.110.69.252]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D711E22; Sun, 30 Aug 2015 18:27:19 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from akita.local (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NTW008QAR9BQV20@mr11p00im-asmtp001.me.com>; Sun, 30 Aug 2015 18:27:13 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-08-30_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1412110000 definitions=main-1508300338 Message-id: <1440959231.1192.5.camel@me.com> Subject: Re: svn commit: r287299 - head/sys/boot/efi/loader/arch/amd64 From: Rui Paulo To: Marcel Moolenaar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sun, 30 Aug 2015 11:27:11 -0700 In-reply-to: <201508300140.t7U1e0ej039049@repo.freebsd.org> References: <201508300140.t7U1e0ej039049@repo.freebsd.org> Content-type: text/plain; charset=UTF-8 X-Mailer: Evolution 3.16.4 FreeBSD GNOME Team Port MIME-version: 1.0 Content-transfer-encoding: 7bit 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: Sun, 30 Aug 2015 18:27:19 -0000 On Sun, 2015-08-30 at 01:40 +0000, Marcel Moolenaar wrote: > Author: marcel > Date: Sun Aug 30 01:39:59 2015 > New Revision: 287299 > URL: https://svnweb.freebsd.org/changeset/base/287299 > > Log: > Add a gop command to help diagnose VT efifb problems. The gop > command has the following sub-commands: > list - list all possible modes (paged) > get - return the current mode > set - set the current mode to > This is duplicating the functionality of the `mode' command. Please remove the mode command. Also, 'gop' is pretty weird for a command name. Maybe we can change that to something more user friendly? -- Rui Paulo