bhyve.8: Clean up TTY, boot ROM, and pass-through descriptions

MFC after:	2 weeks
This commit is contained in:
Mateusz Piotrowski 2021-04-19 00:09:22 +02:00
parent 2d00b57022
commit 2fda01a1b7

View File

@ -470,28 +470,28 @@ are:
Expose the share in read-only mode. Expose the share in read-only mode.
.El .El
.Pp .Pp
TTY devices: TTY device backends:
.Bl -tag -width 10n .Bl -tag -width 10n
.It Li stdio .It Cm stdio
Connect the serial port to the standard input and output of Connect the serial port to the standard input and output of
the the
.Nm .Nm
process. process.
.It Pa /dev/xxx .It Ar /dev/xxx
Use the host TTY device for serial port I/O. Use the host TTY device for serial port I/O.
.El .El
.Pp .Pp
Boot ROM device: Boot ROM device backends:
.Bl -tag -width 10n .Bl -tag -width 10n
.It Pa romfile .It Ar romfile
Map Map
.Ar romfile .Ar romfile
in the guest address space reserved for boot firmware. in the guest address space reserved for boot firmware.
.El .El
.Pp .Pp
Pass-through devices: Pass-through device backends:
.Bl -tag -width 10n .Bl -tag -width 10n
.It Ns Ar slot Ns / Ns Ar bus Ns / Ns Ar function .It Ns Ar slot Ns Cm \&/ Ns Ar bus Ns Cm \&/ Ns Ar function
Connect to a PCI device on the host at the selector described by Connect to a PCI device on the host at the selector described by
.Ar slot , .Ar slot ,
.Ar bus , .Ar bus ,