View | Details | Raw Unified | Return to bug 263093
Collapse All | Expand All

(-)b/usr.sbin/bhyve/bhyve_config.5 (-1 / +1 lines)
Lines 468-474 Enable the PC debug/test device. Link Here
468
Each NVMe controller supports a single storage device.
468
Each NVMe controller supports a single storage device.
469
The device can be backed either by a memory disk described by the
469
The device can be backed either by a memory disk described by the
470
.Va ram
470
.Va ram
471
variable, or a block device using the the block device settings described above.
471
variable, or a block device using the block device settings described above.
472
In addition, each controller supports the following settings:
472
In addition, each controller supports the following settings:
473
.Bl -column "ioslots" "Format" "Default"
473
.Bl -column "ioslots" "Format" "Default"
474
.It Sy Name Ta Sy Format Ta Sy Default Ta Sy Description
474
.It Sy Name Ta Sy Format Ta Sy Default Ta Sy Description
(-)b/usr.sbin/devctl/devctl.8 (-1 / +1 lines)
Lines 248-252 utility first appeared in Link Here
248
.Sh BUGS
248
.Sh BUGS
249
Currently there is no administrative flag to prevent re-attach or resume
249
Currently there is no administrative flag to prevent re-attach or resume
250
of the manually detached or suspended devices after reset.
250
of the manually detached or suspended devices after reset.
251
Similarly, there is no flag to prevent un-suspending of the the manually
251
Similarly, there is no flag to prevent un-suspending of the manually
252
suspended devices after system resume.
252
suspended devices after system resume.

Return to bug 263093