* Add bhyve e1000 support entry to release nodes
* Update the bhyve driver page with usage sample
---
docs/drvbhyve.html.in | 15 +++++++++++++++
docs/news.xml | 9 +++++++++
2 files changed, 24 insertions(+)
diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index 9b7872ba0..da6f1e0b2 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -278,5 +278,20 @@ you'll need to explicitly specify 'localtime' in this
case:</p>
</domain>
</pre>
+<h3><a name="e1000">e1000 NIC</a></h3>
+
+<p>As of <a
href="https://svnweb.freebsd.org/changeset/base/302504">r302...
bhyve
+supports Intel e1000 network adapter emulation. It's supported in libvirt
+<span class="since">since 3.1.0</span> and could be used as
follows:</p>
+
+<pre>
+...
+ <interface type='bridge'>
+ <source bridge='virbr0'/>
+ <model type='<b>e1000</b>'/>
+ </interface>
+...
+</pre>
+
</body>
</html>
diff --git a/docs/news.xml b/docs/news.xml
index a214b3316..b756a970f 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,15 @@
openvswitch calls in the libvirtd configuration file.
</description>
</change>
+ <change>
+ <summary>
+ bhyve: add e1000 NIC support
+ </summary>
+ <description>
+ Add support for e1000 NIC. Previously, the only available option
+ was <code>virtio-net</code>.
+ </description>
+ </change>
</section>
<section title="Improvements">
<change>
--
2.11.0