diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:59:05 -0400 |
| commit | 1f19f33e45791ea59aed048796fc68672c6723a5 (patch) | |
| tree | 54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man4/xge.4 4.html | |
| parent | ac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff) | |
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man4/xge.4 4.html')
| -rw-r--r-- | static/netbsd/man4/xge.4 4.html | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/static/netbsd/man4/xge.4 4.html b/static/netbsd/man4/xge.4 4.html deleted file mode 100644 index 69068910..00000000 --- a/static/netbsd/man4/xge.4 4.html +++ /dev/null @@ -1,82 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">XGE(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">XGE(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">xge</code> — <span class="Nd">Neterion - Xframe-I Ten Gigabit 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">xge* 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">xge</code> device driver supports the - Neterion Xframe-I LR Ethernet adapter, which uses a single mode fiber - (1310nm) interface.</p> -<p class="Pp">The Xframe supports IPv4/TCP/UDP checksumming in hardware, as well - as TCP Segmentation Offloading (TSO) and hardware VLAN handling. The driver - currently does not support the hardware VLAN feature. See - <a class="Xr">ifconfig(8)</a> for information on how to enable TSO and - hardware checksum calculation.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>xge%s: failed configuring endian, %llx != %llx!</dt> - <dd>The Xframe could not be turned into the correct endian operation. This is - most likely a hardware error.</dd> - <dt>xge%d: failed allocating txmem.</dt> - <dd></dd> - <dt>xge%d: failed allocating rxmem.</dt> - <dd>The computer has run out of kernel memory.</dd> - <dt>xge%d: adapter not quiescent, aborting</dt> - <dd></dd> - <dt>xge%d: ADAPTER_STATUS missing bits %s</dt> - <dd>The Xframe could not be turned into a usable state. Most likely an Xframe - hardware error.</dd> - <dt>xge%d: cannot create TX DMA maps</dt> - <dd></dd> - <dt>xge%d: cannot create RX DMA maps</dt> - <dd>This error is either a kernel error or that the kernel has run out of - available memory.</dd> - <dt>xge%d: bad compiler struct alignment, %d != %d</dt> - <dd>The compiler did not align the structure correctly. This is a compiler - problem.</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">arp(4)</a>, <a class="Xr">ifmedia(4)</a>, - <a class="Xr">netintro(4)</a>, <a class="Xr">pci(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">xge</code> driver first appeared in - <span class="Ux">NetBSD 3.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">xge</code> driver was written by - <span class="An">Anders Magnusson</span> - <<a class="Mt" href="mailto:ragge@ludd.luth.se">ragge@ludd.luth.se</a>>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">There should be an XGMII framework for the driver to use.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">September 9, 2005</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
