Date: Fri, 28 Apr 2017 05:09:51 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317542 - head/usr.sbin/bhyve Message-ID: <201704280509.v3S59pj6063815@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Fri Apr 28 05:09:51 2017 New Revision: 317542 URL: https://svnweb.freebsd.org/changeset/base/317542 Log: Make comments match the code. No functional change. Modified: head/usr.sbin/bhyve/pci_fbuf.c head/usr.sbin/bhyve/pci_xhci.c Modified: head/usr.sbin/bhyve/pci_fbuf.c ============================================================================== --- head/usr.sbin/bhyve/pci_fbuf.c Fri Apr 28 02:11:29 2017 (r317541) +++ head/usr.sbin/bhyve/pci_fbuf.c Fri Apr 28 05:09:51 2017 (r317542) @@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$"); * BAR0 points to the current mode information. * BAR1 is the 32-bit framebuffer address. * - * -s <b>,fbuf,wait,tcp=<ip>:port,w=width,h=height + * -s <b>,fbuf,wait,vga=on|io|off,rfb=<ip>:port,w=width,h=height */ static int fbuf_debug = 1; Modified: head/usr.sbin/bhyve/pci_xhci.c ============================================================================== --- head/usr.sbin/bhyve/pci_xhci.c Fri Apr 28 02:11:29 2017 (r317541) +++ head/usr.sbin/bhyve/pci_xhci.c Fri Apr 28 05:09:51 2017 (r317542) @@ -28,7 +28,7 @@ -s <n>,xhci,{devices} devices: - ums USB tablet mouse + tablet USB tablet mouse */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704280509.v3S59pj6063815>