This is incorrect, virtualbox-ose is merely limited to emulating a USB1.1 host controller.
PR: 220350
Submitted by: Johannes Jost Meixner
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D11685
- use <errorname> instead of <literal> for errors
- fix commands in <screen> example
- format assignments consistently
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D11267
It is based on the entries in the FreeBSD Wiki andi Xen's
own instructions specific to FreeBSD.
In particular, it describes how to configure the host machine,
set up the Dom0, and add a DomU VM afterwards.
Reviewed by: royger, wblock
Differential Revision: https://reviews.freebsd.org/D10774
not confuse people. Of course, when doing these examples from
top to bottom, the FreeBSD bhyve VM will use tap0, the next
tap1, etc., but people might not want to stick to that.
Besides, the tap device definition is enclosed in replaceable
tags, so that people know that they need to put their local
device names there and not just copy-and-paste examples without
thinking about them.
Submitted by: rodrigo
Differential Revision: https://reviews.freebsd.org/D9560
Remove the speed option from the cu example as 9600 is the default speed anyway.
Reviewed by: allanjude@
Differential Revision: https://reviews.freebsd.org/D4835
Remove hidden and outdated Xen section.
Move sect2 FreeBSD as a guest entries to sect1 entries. They are too
detailed to be sect2, and do not show in the TOC that way.
Update the VirtualBox guest additions section a bit, mostly about X.
Improve documentation about /etc/ttys and mention that it is included by default in 9.3 and 10.1
Approved by: bcr
Sponsored by: ScaleEngine Inc.
CR: https://reviews.freebsd.org/D429
This patch addresses the following:
- minor rewording for "you"
- fix xref and guimenuitem tags (need to review ulinks)
- enforce consistency in app names
- note on vbox 4.0.0 removed as this port hasn't been less than this version for 22 months
Approved by: gjb (mentor)
scripts: service(1) puts things in one place and abstracts them. Also, it's less
typing and easier to autocomplete.
While here modernize script examples by removing the ".sh" suffix.
Discussed on: -doc
Reviewed by: bjk (prior version)
Approved by: bcr (mentor)