summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/txp.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/txp.4 4.html')
-rw-r--r--static/netbsd/man4/txp.4 4.html87
1 files changed, 0 insertions, 87 deletions
diff --git a/static/netbsd/man4/txp.4 4.html b/static/netbsd/man4/txp.4 4.html
deleted file mode 100644
index 44262f6c..00000000
--- a/static/netbsd/man4/txp.4 4.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">TXP(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">TXP(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">txp</code> &#x2014; <span class="Nd">3Com 3XP
- Typhoon/Sidewinder (3CR990) Ethernet interface</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">txp* 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">txp</code> interface provides access to the
- 10Mb/s and 100Mb/s Ethernet networks via the 3Com Typhoon/Sidewinder
- chipset. This driver supports the following cards:</p>
-<p class="Pp"></p>
-<ul class="Bl-bullet Bd-indent Bl-compact">
- <li>3Com 3CR990-TX-95</li>
- <li>3Com 3CR990-TX-97</li>
- <li>3Com 3CR990SVR95</li>
- <li>3Com 3CR990SVR97</li>
-</ul>
-<p class="Pp">Basic Ethernet functions are provided as well as support for
- <a class="Xr">vlan(4)</a> tag removal and insertion assistance, receive
- <a class="Xr">ip(4)</a>, <a class="Xr">tcp(4)</a>, and
- <a class="Xr">udp(4)</a> checksum offloading, and transmit
- <a class="Xr">ip(4)</a> checksum offloading. There is currently no support
- for transmit <a class="Xr">tcp(4)</a> or <a class="Xr">udp(4)</a> checksum
- offloading, <a class="Xr">tcp(4)</a> segmentation, nor
- <a class="Xr">ipsec(4)</a> acceleration. Note that hardware checksumming is
- only used when the interface is not in <a class="Xr">bridge(4)</a> mode.</p>
-<p class="Pp">Each of the host's network addresses is specified at boot time
- with an <code class="Dv">SIOCSIFADDR</code> <a class="Xr">ioctl(2)</a>. The
- <code class="Nm">txp</code> interface employs the address resolution
- protocol described in <a class="Xr">arp(4)</a> to dynamically map between
- Internet and Ethernet addresses on the local network.</p>
-<p class="Pp">When a <code class="Nm">txp</code> interface is brought up, by
- default, it will attempt to auto-negotiate the link speed and duplex mode.
- The speeds, in order of attempt, are: 100Mb/s Full Duplex, 100Mb/s Half
- Duplex, 10 Mb/s Full Duplex, and 10 Mb/s Half Duplex.</p>
-<p class="Pp">The <code class="Nm">txp</code> supports several media types,
- which are selected via the <a class="Xr">ifconfig(8)</a> command. The
- supported media types are:</p>
-<div class="Bd-indent">
-<dl class="Bl-tag">
- <dt>media autoselect</dt>
- <dd>Attempt to autoselect the media type (default)</dd>
- <dt>media 100baseTX mediaopt full-duplex</dt>
- <dd>Use 100baseTX, full duplex</dd>
- <dt>media 100baseTX [mediaopt half-duplex]</dt>
- <dd>Use 100baseTX, half duplex</dd>
- <dt>media 10baseT mediaopt full-duplex</dt>
- <dd>Use 10baseT, full duplex</dd>
- <dt>media 10baseT [mediaopt half-duplex]</dt>
- <dd>Use 10baseT, half duplex</dd>
-</dl>
-</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">inet(4)</a>, <a class="Xr">intro(4)</a>,
- <a class="Xr">ip(4)</a>, <a class="Xr">netintro(4)</a>,
- <a class="Xr">pci(4)</a>, <a class="Xr">tcp(4)</a>,
- <a class="Xr">udp(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">txp</code> driver first appeared in
- <span class="Ux">NetBSD 2.0</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">August 21, 2003</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>