svn commit: r287299 - head/sys/boot/efi/loader/arch/amd64

Rui Paulo rpaulo at me.com
Sun Aug 30 18:27:19 UTC 2015


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 <mode>	- set the current mode to <mode>
> 

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


More information about the svn-src-all mailing list