diff options
Diffstat (limited to 'static/freebsd/man4/miibus.4 3.html')
| -rw-r--r-- | static/freebsd/man4/miibus.4 3.html | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/static/freebsd/man4/miibus.4 3.html b/static/freebsd/man4/miibus.4 3.html deleted file mode 100644 index 8504228e..00000000 --- a/static/freebsd/man4/miibus.4 3.html +++ /dev/null @@ -1,163 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MIIBUS(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">MIIBUS(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">miibus</code> — <span class="Nd">IEEE - 802.3 Media Independent Interface network bus</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp">For most network interface cards (NIC): - <br/> - <code class="Cd">device miibus</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">miibus</code> driver provides an - interconnection between the Media Access Control (MAC) sublayer, the - Physical Layer entities (PHY), Station Management (STA) entities, and the - PHY Layer as defined by the IEEE 802.3 Standard.</p> -<p class="Pp">The <code class="Nm">miibus</code> layer allows network device - drivers to share common support code for various external PHY devices. Most - 10/100 network interface cards either use an MII transceiver or have - built-in transceivers that can be programmed using an MII interface. The - <code class="Nm">miibus</code> driver currently handles all of the media - detection, selection, and reporting using the ifmedia interface. A generic - driver has been included for all PHYs that are not handled by a specific - driver, this is possible because all 10/100 PHYs implement the same general - register set along with their vendor specific register set.</p> -<p class="Pp">The following network device drivers use the - <code class="Nm">miibus</code> interface:</p> -<p class="Pp"></p> -<dl class="Bl-tag Bl-compact"> - <dt><a class="Xr">ae(4)</a></dt> - <dd>Attansic/Atheros L2 Fast Ethernet</dd> - <dt><a class="Xr">age(4)</a></dt> - <dd>Attansic/Atheros L1 Gigabit Ethernet</dd> - <dt><a class="Xr">alc(4)</a></dt> - <dd>Atheros AR8131/AR8132 PCIe Ethernet</dd> - <dt><a class="Xr">ale(4)</a></dt> - <dd>Atheros AR8121/AR8113/AR8114 PCIe Ethernet</dd> - <dt><a class="Xr">aue(4)</a></dt> - <dd>ADMtek USB Ethernet</dd> - <dt><a class="Xr">axe(4)</a></dt> - <dd>ASIX Electronics AX88172 USB Ethernet</dd> - <dt><a class="Xr">axge(4)</a></dt> - <dd>ASIX Electronics AX88178A/AX88179 USB Ethernet</dd> - <dt><a class="Xr">bce(4)</a></dt> - <dd>Broadcom NetXtreme II Gigabit Ethernet</dd> - <dt><a class="Xr">bfe(4)</a></dt> - <dd>Broadcom BCM4401 Ethernet</dd> - <dt><a class="Xr">bge(4)</a></dt> - <dd>Broadcom BCM570xx Gigabit Ethernet</dd> - <dt><a class="Xr">cas(4)</a></dt> - <dd>Sun Cassini/Cassini+ and National Semiconductor DP83065 Saturn</dd> - <dt><a class="Xr">dc(4)</a></dt> - <dd>DEC/Intel 21143 and various workalikes</dd> - <dt><a class="Xr">ed(4)</a></dt> - <dd>NE[12]000, SMC Ultra, 3c503, DS8390 cards</dd> - <dt><a class="Xr">et(4)</a></dt> - <dd>Agere ET1310 Gigabit Ethernet</dd> - <dt><a class="Xr">fxp(4)</a></dt> - <dd>Intel EtherExpress PRO/100B</dd> - <dt><a class="Xr">gem(4)</a></dt> - <dd>Sun ERI, Sun GEM and Apple GMAC Ethernet</dd> - <dt><a class="Xr">jme(4)</a></dt> - <dd>JMicron JMC250 Gigabit/JMC260 Fast Ethernet</dd> - <dt><a class="Xr">lge(4)</a></dt> - <dd>Level 1 LXT1001 NetCellerator Gigabit Ethernet</dd> - <dt><a class="Xr">msk(4)</a></dt> - <dd>Marvell/SysKonnect Yukon II Gigabit Ethernet</dd> - <dt><a class="Xr">nfe(4)</a></dt> - <dd>NVIDIA nForce MCP Networking Adapter</dd> - <dt><a class="Xr">nge(4)</a></dt> - <dd>National Semiconductor DP83820/DP83821 Gigabit Ethernet</dd> - <dt><a class="Xr">re(4)</a></dt> - <dd>Realtek 8139C+/8169/8169S/8110S</dd> - <dt><a class="Xr">rl(4)</a></dt> - <dd>Realtek 8129/8139</dd> - <dt><a class="Xr">rue(4)</a></dt> - <dd>Realtek RTL8150 USB To Fast Ethernet</dd> - <dt><a class="Xr">sge(4)</a></dt> - <dd>Silicon Integrated Systems SiS190/191 Ethernet</dd> - <dt><a class="Xr">sis(4)</a></dt> - <dd>Silicon Integrated Systems SiS 900/SiS 7016</dd> - <dt><a class="Xr">sk(4)</a></dt> - <dd>SysKonnect SK-984x and SK-982x Gigabit Ethernet</dd> - <dt><a class="Xr">smsc(4)</a></dt> - <dd>SMSC LAN9xxx USB Fast Ethernet</dd> - <dt><a class="Xr">ste(4)</a></dt> - <dd>Sundance ST201 (D-Link DFE-550TX)</dd> - <dt><a class="Xr">stge(4)</a></dt> - <dd>Sundance/Tamarack TC9021 Gigabit Ethernet</dd> - <dt><a class="Xr">udav(4)</a></dt> - <dd>Davicom DM9601 USB Ethernet</dd> - <dt><a class="Xr">ure(4)</a></dt> - <dd>Realtek RTL8152 USB To Fast Ethernet</dd> - <dt><a class="Xr">vge(4)</a></dt> - <dd>VIA VT612x PCI Gigabit Ethernet</dd> - <dt><a class="Xr">vr(4)</a></dt> - <dd>VIA Rhine, Rhine II</dd> - <dt><a class="Xr">vte(4)</a></dt> - <dd>DM&P Vortex86 RDC R6040 Fast Ethernet</dd> - <dt><a class="Xr">xl(4)</a></dt> - <dd>3Com 3c90x</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="COMPATIBILITY"><a class="permalink" href="#COMPATIBILITY">COMPATIBILITY</a></h1> -<p class="Pp">The implementation of <code class="Nm">miibus</code> was - originally intended to have similar API interfaces to - <span class="Ux">BSD/OS 3.0</span> and <span class="Ux">NetBSD</span>, but - as a result are not well behaved newbus device drivers.</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">ae(4)</a>, <a class="Xr">age(4)</a>, - <a class="Xr">alc(4)</a>, <a class="Xr">ale(4)</a>, - <a class="Xr">arp(4)</a>, <a class="Xr">aue(4)</a>, - <a class="Xr">axe(4)</a>, <a class="Xr">axge(4)</a>, - <a class="Xr">bce(4)</a>, <a class="Xr">bfe(4)</a>, - <a class="Xr">bge(4)</a>, <a class="Xr">cas(4)</a>, <a class="Xr">dc(4)</a>, - <a class="Xr">ed(4)</a>, <a class="Xr">et(4)</a>, <a class="Xr">fxp(4)</a>, - <a class="Xr">gem(4)</a>, <a class="Xr">jme(4)</a>, - <a class="Xr">lge(4)</a>, <a class="Xr">msk(4)</a>, - <a class="Xr">netintro(4)</a>, <a class="Xr">nfe(4)</a>, - <a class="Xr">nge(4)</a>, <a class="Xr">re(4)</a>, - <a class="Xr">rgephy(4)</a>, <a class="Xr">rl(4)</a>, - <a class="Xr">rue(4)</a>, <a class="Xr">sge(4)</a>, - <a class="Xr">sis(4)</a>, <a class="Xr">sk(4)</a>, - <a class="Xr">smsc(4)</a>, <a class="Xr">ste(4)</a>, - <a class="Xr">stge(4)</a>, <a class="Xr">udav(4)</a>, - <a class="Xr">ure(4)</a>, <a class="Xr">vge(4)</a>, <a class="Xr">vr(4)</a>, - <a class="Xr">vte(4)</a>, <a class="Xr">xl(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1> -<p class="Pp">More information on MII can be found in the IEEE 802.3 - Standard.</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">miibus</code> driver first appeared in - <span class="Ux">FreeBSD 3.3</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Tom Rhodes</span> - <<a class="Mt" href="mailto:trhodes@FreeBSD.org">trhodes@FreeBSD.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">December 26, 2020</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
