svn commit: r349356 - head/usr.sbin/bhyve

Warner Losh imp at FreeBSD.org
Tue Jun 25 06:14:19 UTC 2019


Author: imp
Date: Tue Jun 25 06:14:11 2019
New Revision: 349356
URL: https://svnweb.freebsd.org/changeset/base/349356

Log:
  Replay r349336 by scottl accidentally reverted by r349352
  
  Add a section about the HD Audio module support

Modified:
  head/usr.sbin/bhyve/bhyve.8

Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8	Tue Jun 25 06:14:05 2019	(r349355)
+++ head/usr.sbin/bhyve/bhyve.8	Tue Jun 25 06:14:11 2019	(r349356)
@@ -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.
@@ -474,6 +476,16 @@ Max number of concurrent I/O requests.
 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


More information about the svn-src-head mailing list