aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/bhyve.8
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-06-25 06:14:11 +0000
committerWarner Losh <imp@FreeBSD.org>2019-06-25 06:14:11 +0000
commit36f9f044cdb13444553fbb4783ab671491d62cbb (patch)
tree4d0e4ed2fdf11231df0d0923d3bde9649351e73f /usr.sbin/bhyve/bhyve.8
parent6b021cc2dd48de5d238763469a7f6e03b83d4414 (diff)
downloadsrc-36f9f044cdb13444553fbb4783ab671491d62cbb.tar.gz
src-36f9f044cdb13444553fbb4783ab671491d62cbb.zip
Replay r349336 by scottl accidentally reverted by r349352
Add a section about the HD Audio module support
Notes
Notes: svn path=/head/; revision=349356
Diffstat (limited to 'usr.sbin/bhyve/bhyve.8')
-rw-r--r--usr.sbin/bhyve/bhyve.814
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 2f2236e8ce38..3ab9e4e67dde 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 11, 2018
+.Dd June 24, 2019
.Dt BHYVE 8
.Os
.Sh NAME
@@ -248,6 +248,8 @@ Raw framebuffer device attached to VNC server.
eXtensible Host Controller Interface (xHCI) USB controller.
.It Li nvme
NVM Express (NVMe) controller.
+.It Li hda
+High Definition Audio Controller.
.El
.It Op Ar conf
This optional parameter describes the backend for device emulations.
@@ -475,6 +477,16 @@ Sector size (defaults to blockif sector size).
.It Li ser
Serial number with maximum 20 characters.
.El
+.Pp
+HD Audio devices:
+.Bl -tag -width 10n
+.It Li play
+Playback device, typically
+.Ar /dev/dsp0 .
+.It Li rec
+Recording device, typically
+.Ar /dev/dsp0 .
+.El
.El
.It Fl S
Wire guest memory.