summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/tlp.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/tlp.4 4.html')
-rw-r--r--static/netbsd/man4/tlp.4 4.html427
1 files changed, 0 insertions, 427 deletions
diff --git a/static/netbsd/man4/tlp.4 4.html b/static/netbsd/man4/tlp.4 4.html
deleted file mode 100644
index 1dc66e03..00000000
--- a/static/netbsd/man4/tlp.4 4.html
+++ /dev/null
@@ -1,427 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">TLP(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">TLP(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">tlp</code> &#x2014; <span class="Nd">DECchip
- 21x4x and clone Ethernet interfaces device 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">tlp* at eisa? slot ?</code>
- <br/>
- <code class="Cd">tlp* at pci? dev ? function ?</code>
- <br/>
- <code class="Cd">tlp* at cardbus? function ?</code></p>
-<p class="Pp">Configuration of PHYs may also be necessary. See
- <a class="Xr">mii(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">tlp</code> device driver supports Ethernet
- interfaces based on the DECchip 21x4x &#x201C;Tulip&#x201D; (DEC fourth
- generation Ethernet controller) and a variety of clone chips. The Tulip has
- several features designed to make it flexible and reduce CPU usage:</p>
-<ul class="Bl-bullet Bd-indent">
- <li>Flexible receive filter allowing for 16 perfect matches, 16 perfect
- inverse matches, 512-bit hash table plus 1 perfect match, or 512-bit hash
- table only.</li>
- <li>Uniform transmit descriptor architecture, configurable as a ring (allowing
- 2 buffers per descriptor) or a chain (allowing 1 buffer per
- descriptor).</li>
- <li>Uniform receive descriptor architecture, configurable as a ring (allowing
- 2 buffers per descriptor) or a chain (allowing 1 buffer per
- descriptor).</li>
- <li>Interrupt pacing; host may choose whether or not completion of processing
- of an individual descriptor causes an interrupt.</li>
- <li>Support for jumbo packets (by disabling transmit and receive watchdog
- timers).</li>
- <li>A patented transmit backoff algorithm which solves the Ethernet capture
- effect problem.</li>
- <li>Flexible bus modes to optimize DMA cycles for various cache sizes and bus
- implementations.</li>
- <li>Programmable transmit FIFO drain threshold to allow DMA overlap and reduce
- time to transmit.</li>
- <li>Flexible media attachment facilities.</li>
-</ul>
-<p class="Pp">The <code class="Nm">tlp</code> driver supports the following
- chips:</p>
-<ul class="Bl-bullet Bd-indent">
- <li id="DECchip"><a class="permalink" href="#DECchip"><i class="Em">DECchip
- 21040</i></a> -- This is the original Tulip Ethernet chip. It supports
- 10Mb/s speeds over a built-in serial interface. The serial interface has
- support for 10BASE-T and AUI media. The AUI port may be connected to
- 10BASE5 AUI or 10BASE2 BNC connectors, or both, selected by a gang jumper
- on the board. Some boards connect the BNC connector to an external serial
- interface. The driver has no way of knowing this, but the external serial
- interface may be selected with the &#x201C;manual&#x201D; media setting.
- <p class="Pp">Boards that include this chip include the DEC DE-435, on-board
- Ethernet on many DEC AlphaStation and AlphaServer systems, ZNYX ZX312,
- ZX312T, ZX314, ZX315, SMC 8432, SMC 8434, ACCTON EN1203, and some Cogent
- multi-port boards.</p>
- <p class="Pp">This chip also appears on the DEC DE-425 EISA Ethernet board.
- This board is a DECchip 21040 and a PLX PCI glue chip, which provides
- the interface to the EISA bus, and special address decoding so that the
- PCI configuration space registers of the 21040 are accessible in normal
- EISA I/O space.</p>
- <p class="Pp">The very first versions of this chip were labeled
- &#x201C;DC1003&#x201D; and &#x201C;DC1003 Prototype&#x201D;.</p>
- </li>
- <li id="DECchip~2"><a class="permalink" href="#DECchip~2"><i class="Em">DECchip
- 21041</i></a> -- This is the second chip in the Tulip family, dubbed
- &#x201C;Tulip Plus&#x201D;. It supports 10Mb/s speeds over a built-in
- serial interface. The serial interface has support for 10BASE-T, 10BASE5
- AUI, and 10BASE2 BNC media. The serial interface also includes support for
- IEEE 802.3u NWay over the 10BASE-T interface, for negotiation of duplex
- mode with the link partner.
- <p class="Pp">Boards that include this chip include the DEC DE-450 and some
- SMC boards.</p>
- </li>
- <li id="DECchip~3"><a class="permalink" href="#DECchip~3"><i class="Em">DECchip
- 21140 and 21140A</i></a> -- This is the third chip in the Tulip family,
- dubbed &#x201C;FasterNet&#x201D;. It supports 10Mb/s speeds with a
- built-in 10BASE-T encoder/decoder, and 100Mb/s speeds with a built-in
- 100BASE PCS function. Support for 100BASE-TX and 100BASE-T4 is provided by
- a built-in scrambler. Support for 100BASE-FX is possible with an
- appropriate PMD connected to the 100BASE PCS. The 21140 and 21140A also
- support 10Mb/s and 100Mb/s speeds over an MII interface connected to one
- or more PHYs.
- <p class="Pp">The 21140 and 21140A include a general purpose I/O facility,
- which may be used to toggle relays on the board. This facility is often
- used to reset individual board modules (e.g. the MII bus), select the
- output path of the chip (e.g. connect the UTP port on the board to the
- PHY, built-in 10BASE-T ENDEC, or built-in 100BASE-T PMD), or detect link
- status (by reading an output pin on the 100BASE-T magnetics).</p>
- <p class="Pp">The 21140 and 21140A use a standardized data structure located
- in the SROM to describe how the chip should be programmed for various
- media settings, including the internal chip pathway, and GPIO settings.
- If the SROM data is not in the standardized format, the device driver
- must know specific programming information for that particular
- board.</p>
- <p class="Pp">Boards that include the 21140 and 21140A include the DEC
- EB140, DE-500XA, DE-500AA, Asante EtherFast, DaynaPORT BlueStreak,
- Cogent EM100TX, EM110TX, EM440T4 multi-port, Kingston KNE100TX, older
- versions of the NetGear FA-310TX, SMC 9332, SMC 9334, ZNYX ZX34x
- multi-port, and Adaptec ANA-6944A/TX multi-port.</p>
- </li>
- <li id="DECchip~4"><a class="permalink" href="#DECchip~4"><i class="Em">DECchip
- 21142 and 21143</i></a> -- These are the fourth and fifth chips in the
- Tulip family. While they have two different chip numbers, the 21142 and
- 21143 are essentially identical, with only minor differences related to
- available technology at time of manufacture. Both chips include support
- for 10Mb/s speeds over a built-in serial interface, and support for 10Mb/s
- and 100Mb/s speeds over an MII interface connected to one or more PHYs.
- The serial interface includes support for 10BASE-T, 10BASE5 AUI, and
- 10BASE2 BNC media, as well as support for IEEE 802.3u NWay over the
- 10BASE-T interface, for negotiation of duplex mode and link speed with the
- link partner.
- <p class="Pp">The 21143 adds support for 100Mb/s speeds with a built-in PCS
- function. Support for 100BASE-TX and 100BASE-T4 is provided by a
- built-in scrambler. Support for 100BASE-FX is possible with an
- appropriate PMD connected to the 100BASE PCS.</p>
- <p class="Pp">The 21142 and 21143 include a general purpose I/O facility,
- which may be used to toggle relays on the board. This facility is often
- used to reset individual board modules (e.g. the MII bus), select the
- output path of the chip (e.g. connect the UTP port on the board to the
- PHY, built-in serial interface, or built-in 100BASE-T PMD), or detect
- link status (by reading an output pin on the 100BASE-T magnetics).</p>
- <p class="Pp">The 21142 and 21143 use a standardized data structure located
- in the SROM to describe how the chip should be programmed for various
- media settings, including the internal chip pathway, and GPIO settings.
- If the SROM data is not in the standardized format, the device driver
- must know specific programming information for that particular
- board.</p>
- <p class="Pp">Boards that include the 21142 include the DEC EB142, and
- on-board Ethernet on the Digital Personal Workstation (Alpha
- &#x201C;Miata&#x201D; and x86 models) and several Digital PCs.</p>
- <p class="Pp">Boards that include the 21143 include the DEC EB143, DE-500BA,
- several commonly-available 100BASE-FX boards, the NetGear FA-510c
- CardBus card, and the Compu-Shack FASTline-II PCI boards.</p>
- </li>
- <li id="Lite-On"><a class="permalink" href="#Lite-On"><i class="Em">Lite-On
- 82C168 and 82C169</i></a> -- These chips, dubbed &#x201C;PNIC&#x201D;,
- were some of the first commonly-available Tulip clones, appearing on
- low-cost boards when it became difficult for board vendors to obtain
- DECchip 21140A parts. They include support for 10Mb/s speeds over a
- built-in 10BASE-T encoder/decoder, and 100Mb/s speeds over a built-in PCS
- function. Support for 100BASE-TX and 100BASE-T4 is provided by a built-in
- scrambler and transceiver module. The transceiver module also includes
- support for NWay, for negotiating duplex mode and link speed with the link
- partner. These chips also include support for 10Mb/s and 100Mb/s speeds
- over and MII interface connected to one or more PHYs.
- <p class="Pp">These chips also include a GPIO facility, although it is
- programmed differently than the 21140's.</p>
- <p class="Pp">Unfortunately, these chips seem to be plagued by two
- unfortunate hardware bugs: in some situations, the receive logic
- incorrectly dumps the entire transmit FIFO into the receive chain,
- rather than a single Ethernet frame, and the DMA engines appear to be
- substandard; they must be run in store-and-forward mode, and
- occasionally fail to upload the filter setup frame.</p>
- <p class="Pp">Boards that include the 82C168 and 82C169 include the newer
- NetGear FA-310TX, the Kingston KNE110TX, and some older LinkSys LNE100TX
- boards.</p>
- </li>
- <li id="Macronix"><a class="permalink" href="#Macronix"><i class="Em">Macronix
- 98713, 98713A, 98715, 98715A, and 98725</i></a> -- Of all the clones,
- these chips, dubbed &#x201C;PMAC&#x201D;, are the best. They are very
- close clones of their respective originals, with the exception of some
- slight programming magic necessary to work around an apparent hardware
- bug.
- <p class="Pp">The 98713 is a DECchip 21140A clone. It includes all of the
- 21140A's features, and uses the same SROM data format.</p>
- <p class="Pp">The 98713A is a half-clone of the DECchip 21143. It has
- support for serial, PCS, and MII media. The serial interface has a
- built-in NWay function. However, the 98713A does not have a GPIO
- facility, and, as a result, usually does not use the same SROM format as
- the 21143 (no need for GPIO programming information).</p>
- <p class="Pp">The 98715, 98715A, and 98725 are more 21143-like, but lack the
- GPIO facility and MII. These chips also support ACPI power
- management.</p>
- <p class="Pp">Boards that include the Macronix chips include some SVEC
- boards, some SOHOWare boards, and the Compex RL100TX.</p>
- </li>
- <li id="Lite-On/Macronix"><a class="permalink" href="#Lite-On/Macronix"><i class="Em">Lite-On/Macronix
- 82C115</i></a> -- This chip, dubbed the &#x201C;PNIC-II&#x201D;, was
- co-designed by Lite-On and Macronix. It is almost identical to the
- Macronix 98725, with a few exceptions: it has Wake-On-LAN support, uses a
- 128-bit receive filter hash table, and supports IEEE 802.3x flow control.
- <p class="Pp">Boards that include the 82C115 include the newer LinkSys
- (Version 2) LNE100TX boards.</p>
- </li>
- <li id="Winbond"><a class="permalink" href="#Winbond"><i class="Em">Winbond
- 89C840F</i></a> -- This chip is a very low-end barely-a-clone of the
- 21140. It supports 10Mb/s and 100Mb/s speeds over an MII interface only,
- and has several programming differences from the 21140.
- <p class="Pp">The receive filter is completely different: it supports only a
- single perfect match, and has only a 64-bit multicast filter hash table.
- The receive filter is programmed using special registers rather than the
- standard Tulip setup frame.</p>
- <p class="Pp">This chip is also plagued by a terrible DMA engine. The chip
- must be run in store-and-forward mode or it will often transmit garbage
- onto the wire.</p>
- <p class="Pp">Interrupt pacing is also less flexible on the chip.</p>
- <p class="Pp">Boards that include the 89C940F include the Complex RL100ATX,
- some Unicom 10/100 boards, and several no-name 10/100 boards.</p>
- </li>
- <li id="ADMtek"><a class="permalink" href="#ADMtek"><i class="Em">ADMtek
- AL981</i></a> -- This chip is a low cost, single-chip (sans magnetics)
- 10/100 Ethernet implementation. It supports 10Mb/s and 100Mb/s speeds over
- an internal PHY. There is no generic MII bus; instead the IEEE
- 802.3u-compliant PHY is accessed via special registers on the chip. This
- chip also supports Wake-On-LAN and IEEE 802.3x flow control.
- <p class="Pp">The receive filter on the AL981 is completely different: it
- supports only a single perfect match, and has only a 64-bit multicast
- filter hash table. The receive filter is programmed using special
- registers rather than the standard Tulip setup frame.</p>
- <p class="Pp">This chip also supports ACPI power management.</p>
- <p class="Pp">A list of boards which include the AL981 is not yet
- available.</p>
- <p class="Pp">Support for the AL981 has not yet been tested. If you have a
- board which uses this chip, please contact the author (listed
- below).</p>
- </li>
- <li id="Xircom"><a class="permalink" href="#Xircom"><i class="Em">Xircom
- X3201-3</i></a> -- This chip is a CardBus 21143 clone with a
- loosely-coupled modem function (the modem is on a separate CardBus
- function, but the MAC portion includes a shadow of its interrupt status).
- Media is provided by an IEEE 802.3u-compliant PHY connected to an MII
- interface. These chips have no SROM; instead, the MAC address must be
- obtained from the card's CIS information. Unlike most other Tulip-like
- chips, the X3201-3 requires that transmit buffers be aligned to a 4-byte
- boundary. This virtually ensures that each outgoing packet must be copied
- into an aligned buffer, since the Ethernet header is 14 bytes long.
- <p class="Pp">This chip also supports ACPI power management.</p>
- <p class="Pp">This chip is found in Xircom RealPort(tm) 10/100 CardBus
- Ethernet/Modem cards, as well as some Intel OEM'd RealPort(tm) and IBM
- Etherjet cards.</p>
- </li>
- <li id="Davicom"><a class="permalink" href="#Davicom"><i class="Em">Davicom
- DM9102 and DM9102A</i></a> -- These chips are 21104A-like with a few minor
- exceptions. Media is provided by an internal IEEE 802.3u-compliant PHY
- accessed as if it were connected to a normal MII interface. The DM9102A
- also provides an external MII interface, to which a HomePNA 1 PHY is
- typically connected. The DM9102A also includes support for CardBus.
- <p class="Pp">This chip also supports ACPI power management and
- Wake-On-LAN.</p>
- <p class="Pp">A complete list of boards with the DM9102 and DM9102A is not
- available. However, the DM9102 is often found on PC motherboards that
- include a built-in Ethernet interface.</p>
- </li>
- <li id="ASIX"><a class="permalink" href="#ASIX"><i class="Em">ASIX AX88140A
- and AX88141</i></a> -- These chips are 21143-like with some exceptions.
- Media is proved by an internal IEEE 802.3u-compliant PHY connected to an
- MII interface. Unlike most other Tulip-like chips, AX88140A and AX88141
- both require that the transmit buffers be aligned to a 4-byte boundary.
- <p class="Pp">It has a specific broadcast bit.</p>
- <p class="Pp">This chip also supports ACPI power management.</p>
- <p class="Pp">A list of boards which include the AX88140A or the AX88141 is
- not yet available.</p>
- </li>
- <li id="Conexant"><a class="permalink" href="#Conexant"><i class="Em">Conexant
- RS7112 (LANfinity)</i></a> -- These chips are 21143 clones with coupled
- modem function. Media is provided by an IEEE 802.3u-compliant PHY
- connected to an MII interface.
- <p class="Pp">A list of boards which include the RS7112 is not yet
- available.</p>
- </li>
-</ul>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="MEDIA_SELECTION"><a class="permalink" href="#MEDIA_SELECTION">MEDIA
- SELECTION</a></h1>
-<p class="Pp">Media selection done using <a class="Xr">ifconfig(8)</a> using the
- standard <a class="Xr">ifmedia(4)</a> mechanism. Refer to those manual pages
- for more information.</p>
-</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">eisa(4)</a>,
- <a class="Xr">ifmedia(4)</a>, <a class="Xr">mii(4)</a>,
- <a class="Xr">netintro(4)</a>, <a class="Xr">pci(4)</a>,
- <a class="Xr">ifconfig(8)</a></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">DECchip 21040 Ethernet LAN Controller
- for PCI Hardware Reference Manual</span>, <span class="RsD">May 1994</span>,
- <span class="RsO">Order Number EC-N0752-72</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">DECchip 21041 PCI Ethernet LAN
- Controller Hardware Reference Manual</span>,
- <span class="RsN">Preliminary</span>, <span class="RsD">April 1995</span>,
- <span class="RsO">Order Number EC-QAWXA-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">DECchip 21041 DC1017-BA Errata</span>,
- <span class="RsN">Revision 1.0</span>, <span class="RsD">April 27,
- 1995</span>, <span class="RsO">Order Number EC-QD2MA-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">DECchip 21140 PCI Fast Ethernet LAN
- Controller Hardware Reference Manual</span>, <span class="RsN">Supersedes
- EC-Q0CA-TE</span>, <span class="RsD">May 1995</span>,
- <span class="RsO">Order Number EC-Q0CB-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">DECchip 21140A PCI Fast Ethernet LAN
- Controller Hardware Reference Manual</span>, <span class="RsN">Supersedes
- EC-QN7NA-TE, EC-QN7NB-TE</span>, <span class="RsD">January 1996</span>,
- <span class="RsO">Order Number EC-QN7NC-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Intel Corporation</span>,
- <span class="RsT">21143 PCI/CardBus 10/100Mb/s Ethernet LAN Controller
- Hardware Reference Manual</span>, <span class="RsN">Revision 1.0</span>,
- <span class="RsD">October 1998</span>, <span class="RsO">Document Number
- 278074-001</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">Ethernet Address ROM Programming: An
- Application Note</span>, <span class="RsD">April 1994</span>,
- <span class="RsO">Order Number EC-N3214-72</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">Using the DECchip 21041 with Boot ROM,
- Serial ROM, and External Register: An Application Note</span>,
- <span class="RsD">April 1995</span>, <span class="RsO">Order Number
- EC-QJLGA-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Digital Equipment
- Corporation</span>, <span class="RsT">Connecting the DECchip 21140 PCI Fast
- Ethernet LAN Controller to the Network: An Application Note</span>,
- <span class="RsN">Preliminary</span>, <span class="RsD">December
- 1994</span>, <span class="RsO">Order Number EC-QAR2A-TE</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98713 PMAC 100/10BASE PCI MAC
- Controller</span>, <span class="RsN">Revision 1.1</span>,
- <span class="RsD">November 8, 1996</span>, <span class="RsO">Part Number:
- PM0386</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98713A Fast Ethernet MAC
- Controller</span>, <span class="RsN">Revision 1.0</span>,
- <span class="RsD">August 28, 1997</span>, <span class="RsO">Part Number:
- PM0489</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98715A Single Chip Fast Ethernet NIC
- Controller</span>, <span class="RsN">Revision 1.2</span>,
- <span class="RsD">February 24, 1999</span>, <span class="RsO">Part Number:
- PM0537</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98725 Single Chip Fast Ethernet NIC
- Controller</span>, <span class="RsN">Revision 1.7</span>,
- <span class="RsD">September 15, 1998</span>, <span class="RsO">Part Number:
- PM0468</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98715 Application Note</span>,
- <span class="RsN">Revision 1.5</span>, <span class="RsD">October 9,
- 1998</span>, <span class="RsO">Part Number: PM0498</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98715A Application Note</span>,
- <span class="RsN">Revision 1.2</span>, <span class="RsD">October 9,
- 1998</span>, <span class="RsO">Part Number: PM0541</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC MX98725 Application Note</span>,
- <span class="RsN">Revision 1.1</span>, <span class="RsD">July 10,
- 1998</span>, <span class="RsO">Part Number: PM0525</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Macronix International Co.,
- Ltd.</span>, <span class="RsT">MXIC LC82C115 Single Chip Fast Ethernet NIC
- Controller</span>, <span class="RsN">Revision 0.2</span>,
- <span class="RsD">February 12, 1999</span>, <span class="RsO">Part Number:
- PM0572</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">LITE ON, Inc.</span>,
- <span class="RsT">PNIC Hardware Specification</span>,
- <span class="RsN">Revision 1.0</span>, <span class="RsD">December 1,
- 1994</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">ADMtek Incorporated</span>,
- <span class="RsT">Comet: AL981 PCI 10/100 Fast Ethernet Controller with
- Integrated PHY</span>, <span class="RsN">Revision 0.93</span>,
- <span class="RsD">January, 1999</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Winbond Electronics
- Corporation</span>, <span class="RsT">Winbond LAN W89C840F 100/10Mbps
- Ethernet Controller</span>, <span class="RsN">Revision A1</span>,
- <span class="RsD">April 1997</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsT">Xircom X3201-3 CardBus 10/100
- Mbps Ethernet Controller Software Developer's Specification</span>,
- <span class="RsN">Revision B</span>, <span class="RsD">April 7, 1999</span>,
- <span class="RsO">Reference number: 103-0548-001</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsT">Davicom DM9102 10/100 Mbps
- Single Chip LAN Controller</span>, <span class="RsN">Version
- DM9102-DS-F01</span>, <span class="RsD">July 22, 1999</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsT">Davicom DM9102A Single Chip
- Fast Ethernet NIC Controller</span>, <span class="RsN">Version
- DM9102A-DS-F01</span>, <span class="RsD">January 20, 2000</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">ASIX Electronics Co.</span>,
- <span class="RsT">ASIX AX88140A 100BaseTX/FX PCI Bus Fast Ethernet MAC
- Controller</span>, <span class="RsN">Preliminary</span>,
- <span class="RsD">March 11, 1997</span>, <span class="RsO">Document Number
- AX140D2.DOC</span>.</cite></p>
-<p class="Pp"><cite class="Rs"><span class="RsA">Conexant Systems, Inc.</span>,
- <span class="RsT">LANfinity - Home Networking Physical Layer Device with
- Integrated Analog Front End Circuitry</span>, <span class="RsN">Revision
- A</span>, <span class="RsD">March 12, 1999</span>.</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">tlp</code> driver first appeared in
- <span class="Ux">NetBSD 1.5</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">tlp</code> driver was written by
- <span class="An">Jason R. Thorpe</span> while employed at the Numerical
- Aerospace Simulation Facility, NASA Ames Research Center. The author may be
- contacted at &#x27E8;thorpej@NetBSD.org&#x27E9;.</p>
-<p class="Pp">ASIX AX88140A and AX881401 support was added by
- <span class="An">Rui Paulo</span> &#x27E8;rpaulo@NetBSD.org&#x27E9;.</p>
-<p class="Pp">Conexant RS7112 support was contributed by <span class="An">Frank
- Wille</span> &#x27E8;frank@phoenix.owl.de&#x27E9;.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
-<p class="Pp">Media autosense is not yet supported for any serial or PCS
- function media. It is, however, supported for IEEE 802.3u-compliant PHY
- media.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">March 26, 2006</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>