summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/vmx.4 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man4/vmx.4 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man4/vmx.4 4.html')
-rw-r--r--static/netbsd/man4/vmx.4 4.html94
1 files changed, 0 insertions, 94 deletions
diff --git a/static/netbsd/man4/vmx.4 4.html b/static/netbsd/man4/vmx.4 4.html
deleted file mode 100644
index 645ebb3c..00000000
--- a/static/netbsd/man4/vmx.4 4.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VMX(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VMX(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">vmx</code> &#x2014; <span class="Nd">VMware
- VMXNET3 Virtual Interface Controller device</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="Cd">vmx* at pci? dev ? function ?</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">vmx</code> driver provides support for the
- VMXNET3 virtual NIC available in virtual machines by VMware. It appears as a
- simple Ethernet device but is actually a virtual network interface to the
- underlying host operating system.</p>
-<p class="Pp">This driver supports the <code class="Ic">VMXNET3</code> driver
- protocol, as an alternative to the emulated <a class="Xr">pcn(4)</a>,
- <a class="Xr">wm(4)</a> interfaces also available in the VMware environment.
- The <code class="Nm">vmx</code> driver is optimized for the virtual machine,
- it can provide advanced capabilities depending on the underlying host
- operating system and the physical network interface controller of the host.
- In comparison to the earlier VMXNET versions, VMXNET3 supports additional
- features like multiqueue support, IPv6 checksum offloading, MSI/MSI-X
- support and hardware VLAN tagging in VMware's VLAN Guest Tagging (VGT)
- mode.</p>
-<p class="Pp">The <code class="Nm">vmx</code> driver supports VMXNET3 VMware
- virtual NICs provided by the virtual machine hardware version 7 or newer, as
- provided by the following products:</p>
-<p class="Pp"></p>
-<ul class="Bl-bullet Bd-indent Bl-compact">
- <li>VMware ESX/ESXi 4.0 and newer</li>
- <li>VMware Server 2.0 and newer</li>
- <li>VMware Workstation 6.5 and newer</li>
- <li>VMware Fusion 2.0 and newer</li>
-</ul>
-<p class="Pp">The <code class="Nm">vmx</code> driver supports the following
- media types:</p>
-<dl class="Bl-tag">
- <dt>autoselect</dt>
- <dd>Enable autoselection of the media type and options. The driver always uses
- the fastest available speed and the media options provided by the
- underlying host of the virtual machine.</dd>
- <dt>10GbaseT mediaopt full-duplex</dt>
- <dd>Set 10Gbps operation.</dd>
- <dt>1000baseT mediaopt full-duplex</dt>
- <dd>Set 1000Mbps operation.</dd>
-</dl>
-<p class="Pp">For more information on configuring this device, see
- <a class="Xr">ifconfig(8)</a>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">The following entry must be added to the VMware configuration file
- to provide the <code class="Nm">vmx</code> device:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>ethernet0.virtualDev = &quot;vmxnet3&quot;</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">arp(4)</a>, <a class="Xr">ifmedia(4)</a>,
- <a class="Xr">intro(4)</a>, <a class="Xr">netintro(4)</a>,
- <a class="Xr">pci(4)</a>, <a class="Xr">pcn(4)</a>, <a class="Xr">wm(4)</a>,
- <a class="Xr">ifconfig(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">vmx</code> device driver first appeared in
- <span class="Ux">OpenBSD 5.5</span> and was ported for
- <span class="Ux">NetBSD 7.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">vmx</code> driver was originally written by
- <span class="An">Tsubai Masanari</span>. <span class="Ux">NetBSD
- porting</span> was done by <span class="An">Hikaru ABE</span>
- &lt;<a class="Mt" href="mailto:hikaru@NetBSD.org">hikaru@NetBSD.org</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">June 7, 2014</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>