]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r303352
authorgrehan <grehan@FreeBSD.org>
Mon, 12 Sep 2016 00:21:55 +0000 (00:21 +0000)
committergrehan <grehan@FreeBSD.org>
Mon, 12 Sep 2016 00:21:55 +0000 (00:21 +0000)
commit3b9de2208a0df71aaa66544186faa5adaf023e6c
tree2d9a48d7b8370dfdc23c2dc4206f6f43faa6c2f3
parent2d6263ede0e9fb0f27302196970483a2de6a58e1
MFC r303352
    - Change the fbuf "vga" parameter to "vga=on|io|off".
       "io" is the default, and allows VGA i/o registers to be
       accessed. This is required by Win7/2k8 graphics guests that
       use a combination of BIOS int10 and UEFI.
       "off" disables all VGA i/o and mem accesses.
       "on" is not yet hooked up, but will enable full VGA rendering.

       OpenBSD/UEFI >= 5.9 graphics guests can be booted using "vga=off"

    - Allow "rfb" to be used instead of "tcp" for the fbuf VNC
      description. "tcp" will be removed at a future point and is
      kept as an alias.
usr.sbin/bhyve/pci_fbuf.c