Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 19:42:33 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349336 - head/usr.sbin/bhyve
Message-ID:  <201906241942.x5OJgX5B032279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scottl
Date: Mon Jun 24 19:42:32 2019
New Revision: 349336
URL: https://svnweb.freebsd.org/changeset/base/349336

Log:
  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	Mon Jun 24 19:31:32 2019	(r349335)
+++ head/usr.sbin/bhyve/bhyve.8	Mon Jun 24 19:42:32 2019	(r349336)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906241942.x5OJgX5B032279>