summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/vge.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/vge.4 3.html')
-rw-r--r--static/freebsd/man4/vge.4 3.html173
1 files changed, 0 insertions, 173 deletions
diff --git a/static/freebsd/man4/vge.4 3.html b/static/freebsd/man4/vge.4 3.html
deleted file mode 100644
index 4cc2bdf2..00000000
--- a/static/freebsd/man4/vge.4 3.html
+++ /dev/null
@@ -1,173 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VGE(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VGE(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">vge</code> &#x2014; <span class="Nd">VIA
- Networking Technologies Velocity Gigabit Ethernet adapter driver</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp">To compile this driver into the kernel, place the following lines
- in your kernel configuration file:</p>
-<div class="Bd Pp Bd-indent"><code class="Cd">device miibus</code>
-<br/>
-<code class="Cd">device vge</code></div>
-<p class="Pp">Alternatively, to load the driver as a module at boot time, place
- the following line in <a class="Xr">loader.conf(5)</a>:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>if_vge_load=&quot;YES&quot;</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">vge</code> driver provides support for
- various NICs and embedded Ethernet interfaces based on the VIA Technologies
- VT6120, VT6122, VT6130 and VT6132 Velocity Family Gigabit Ethernet
- controller chips.</p>
-<p class="Pp">The VT6120/VT6122 is a 33/66MHz 64-bit PCI device which combines a
- tri-speed MAC with an integrated 10/100/1000 copper PHY. (Some older cards
- use an external PHY.) The VT6130/VT6132 is the PCI express version of
- Velocity family. The MAC supports TCP/IP hardware checksums (IPv4 only), TCP
- large send, VLAN tag insertion and stripping, as well as VLAN filtering, a
- 64-entry CAM filter and a 64-entry VLAN filter, 64-bit multicast hash
- filter, 4 separate transmit DMA queues, flow control and jumbo frames (not
- on VT6130/VT6132) up to 16K in size. The Velocity family controllers have a
- 16K receive FIFO and 48K transmit FIFO.</p>
-<p class="Pp">The <code class="Nm">vge</code> driver takes advantage of the
- controller's checksum offload and VLAN tagging features, as well as the
- jumbo frame (except VT6130/VT6132) and CAM filter support. The CAM filter is
- used for multicast address filtering to provide 64 perfect multicast address
- filter support. If it is necessary for the interface to join more than 64
- multicast groups, the driver will switch over to using the hash filter.</p>
-<p class="Pp">The jumbo frame support can be enabled by setting the interface
- MTU to any value larger than the default of 1500 bytes, up to a maximum of
- 9000 bytes. Jumbo frames are disabled on the VT6130/VT6132 controllers
- because the TX MAC will hang when trying to send a frame that is larger than
- 4K. The receive and transmit checksum offload support can be toggled on and
- off using the <a class="Xr">ifconfig(8)</a> utility.</p>
-<p class="Pp">The <code class="Nm">vge</code> driver supports the following
- media types:</p>
-<dl class="Bl-tag">
- <dt id="autoselect"><a class="permalink" href="#autoselect"><code class="Cm">autoselect</code></a></dt>
- <dd>Enable autoselection of the media type and options. The user can manually
- override the autoselected mode by adding media options to
- <a class="Xr">rc.conf(5)</a>.</dd>
- <dt id="10baseT/UTP"><a class="permalink" href="#10baseT/UTP"><code class="Cm">10baseT/UTP</code></a></dt>
- <dd>Set 10Mbps operation. The <a class="Xr">ifconfig(8)</a>
- <code class="Cm">mediaopt</code> option can also be used to select either
- <code class="Cm">full-duplex</code> or <code class="Cm">half-duplex</code>
- modes.</dd>
- <dt id="100baseTX"><a class="permalink" href="#100baseTX"><code class="Cm">100baseTX</code></a></dt>
- <dd>Set 100Mbps (Fast Ethernet) operation. The <a class="Xr">ifconfig(8)</a>
- <code class="Cm">mediaopt</code> option can also be used to select either
- <code class="Cm">full-duplex</code> or <code class="Cm">half-duplex</code>
- modes.</dd>
- <dt id="1000baseTX"><a class="permalink" href="#1000baseTX"><code class="Cm">1000baseTX</code></a></dt>
- <dd>Set 1000baseTX operation over twisted pair. The
- <a class="Xr">ifconfig(8)</a> <code class="Cm">mediaopt</code> option can
- also be used to select either <code class="Cm">full-duplex</code> or
- <code class="Cm">half-duplex</code> modes.</dd>
-</dl>
-<p class="Pp">The <code class="Nm">vge</code> driver supports the following
- media options:</p>
-<dl class="Bl-tag">
- <dt id="full-duplex"><a class="permalink" href="#full-duplex"><code class="Cm">full-duplex</code></a></dt>
- <dd>Force full duplex operation.</dd>
- <dt id="half-duplex"><a class="permalink" href="#half-duplex"><code class="Cm">half-duplex</code></a></dt>
- <dd>Force half duplex 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="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
-<p class="Pp">The <code class="Nm">vge</code> driver supports VIA Networking
- VT6120, VT6122, VT6130 and VT6132 based Gigabit Ethernet adapters
- including:</p>
-<p class="Pp"></p>
-<ul class="Bl-bullet Bl-compact">
- <li>VIA Networking LAN-on-motherboard Gigabit Ethernet</li>
- <li>ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701)</li>
- <li>ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702)</li>
-</ul>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="LOADER_TUNABLES"><a class="permalink" href="#LOADER_TUNABLES">LOADER
- TUNABLES</a></h1>
-<p class="Pp">Tunables can be set at the <a class="Xr">loader(8)</a> prompt
- before booting the kernel or stored in <a class="Xr">loader.conf(5)</a>.</p>
-<dl class="Bl-tag">
- <dt id="hw.vge.msi_disable"><var class="Va">hw.vge.msi_disable</var></dt>
- <dd>This tunable disables MSI support on the Ethernet hardware. The default
- value is 0.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYSCTL_VARIABLES"><a class="permalink" href="#SYSCTL_VARIABLES">SYSCTL
- VARIABLES</a></h1>
-<p class="Pp">The following variables are available as both
- <a class="Xr">sysctl(8)</a> variables and <a class="Xr">loader(8)</a>
- tunables:</p>
-<dl class="Bl-tag">
- <dt id="dev.vge._d.int_holdoff"><var class="Va">dev.vge.%d.int_holdoff</var></dt>
- <dd>Maximum number of time to delay interrupts. The valid range is 0 to 5100
- in units of 1us, the default is 150 (150us). The resolution of timer is
- about 20us so finer tuning than 20us wouldn't be available. The interface
- should be brought down and up again before a change takes effect.</dd>
- <dt id="dev.vge._d.rx_coal_pkt"><var class="Va">dev.vge.%d.rx_coal_pkt</var></dt>
- <dd>Maximum number of packets to fire Rx completion interrupt. The valid range
- is 1 to 255, the default is 64.</dd>
- <dt id="dev.vge._d.tx_coal_pkt"><var class="Va">dev.vge.%d.tx_coal_pkt</var></dt>
- <dd>Maximum number of packets to fire Tx completion interrupt. The valid range
- is 1 to 255, the default is 128.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
-<dl class="Bl-diag">
- <dt>vge%d: couldn't map memory</dt>
- <dd>A fatal initialization error has occurred.</dd>
- <dt>vge%d: couldn't map ports</dt>
- <dd>A fatal initialization error has occurred.</dd>
- <dt>vge%d: couldn't map interrupt</dt>
- <dd>A fatal initialization error has occurred.</dd>
- <dt>vge%d: failed to enable memory mapping!</dt>
- <dd>The driver failed to initialize PCI shared memory mapping. This might
- happen if the card is not in a bus-master slot.</dd>
- <dt>vge%d: watchdog timeout</dt>
- <dd>The device has stopped responding to the network, or there is a problem
- with the network connection (cable).</dd>
-</dl>
-</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">altq(4)</a>, <a class="Xr">arp(4)</a>,
- <a class="Xr">miibus(4)</a>, <a class="Xr">netintro(4)</a>,
- <a class="Xr">ng_ether(4)</a>, <a class="Xr">polling(4)</a>,
- <a class="Xr">vlan(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">vge</code> device driver first appeared in
- <span class="Ux">FreeBSD 5.3</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">vge</code> driver was written by
- <span class="An">Bill Paul</span>
- &lt;<a class="Mt" href="mailto:wpaul@windriver.com">wpaul@windriver.com</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">May 29, 2011</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>