summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/vte.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/vte.4 4.html')
-rw-r--r--static/netbsd/man4/vte.4 4.html69
1 files changed, 0 insertions, 69 deletions
diff --git a/static/netbsd/man4/vte.4 4.html b/static/netbsd/man4/vte.4 4.html
deleted file mode 100644
index 624230a9..00000000
--- a/static/netbsd/man4/vte.4 4.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VTE(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">VTE(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">vte</code> &#x2014; <span class="Nd">Vortex86 RDC
- R6040 Fast Ethernet driver</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">vte* at pci? dev ? function ?</code></p>
-<p class="Pp">Configuration of PHYs is necessary. See
- <a class="Xr">rdcphy(4)</a>.</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">vte</code> device driver provides support for
- RDC R6040 Fast Ethernet controller which is commonly found on Vortex86
- System On a Chip (SoC).</p>
-<p class="Pp">The RDC R6040 has integrated 10/100 PHY for 10/100Mbps support in
- full or half-duplex. The controller supports interrupt moderation mechanism,
- a 64-bit multicast hash filter, VLAN over-size frame and four station
- addresses. The <code class="Nm">vte</code> device driver uses three station
- addresses out of four as perfect multicast filter.</p>
-</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</p>
-<dl class="Bl-tag">
- <dt id="hw.vte.vte_x_.int_rxct"><var class="Va">hw.vte.vte&lt;x&gt;.int_rxct</var></dt>
- <dd>Maximum number of packets to fire RX completion interrupt. The accepted
- range is 0 (disable interrupt moderation) to 15, the default is 0.</dd>
- <dt id="hw.vte.vte_x_.int_txct"><var class="Va">hw.vte.vte&lt;x&gt;.int_txct</var></dt>
- <dd>Maximum number of packets to fire TX completion interrupt. The accepted
- range is 0 (disable interrupt moderation) to 15, the default is 0.</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">ifmedia(4)</a>, <a class="Xr">mii(4)</a>,
- <a class="Xr">netintro(4)</a>, <a class="Xr">vlan(4)</a>,
- <a class="Xr">ifconfig(8)</a></p>
-<p class="Pp"><cite class="Rs"><span class="RsT">DM&amp;P Electronics Inc.
- Vortex86</span>,
- <a class="RsU" href="http://www.dmp.com.tw">http://www.dmp.com.tw</a>.</cite></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">vte</code> driver was written for
- <span class="Ux">FreeBSD</span> by <span class="An">Pyun YongHyeon</span>
- &#x27E8;yongari@FreeBSD.org&#x27E9; and ported to
- <span class="Ux">NetBSD</span> by <span class="An">Manuel Bouyer</span>
- &#x27E8;bouyer@NetBSD.org&#x27E9;. The <code class="Nm">vte</code> device
- driver first appeared in <span class="Ux">NetBSD 6.0</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">January 23, 2011</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>