summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/mii.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/mii.4 3.html')
-rw-r--r--static/netbsd/man4/mii.4 3.html144
1 files changed, 0 insertions, 144 deletions
diff --git a/static/netbsd/man4/mii.4 3.html b/static/netbsd/man4/mii.4 3.html
deleted file mode 100644
index e78b437b..00000000
--- a/static/netbsd/man4/mii.4 3.html
+++ /dev/null
@@ -1,144 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">MII(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">MII(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">mii</code> &#x2014; <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"><code class="Cd">acphy* at mii? phy ? # Altima AC101 10/100
- PHY</code>
- <br/>
- <code class="Cd">amhphy* at mii? phy ? # AMD 79c901 PHY (10BASE-T
- part)</code>
- <br/>
- <code class="Cd">bmtphy* at mii? phy ? # Broadcom BCM5201/5202 PHYs</code>
- <br/>
- <code class="Cd">brgphy* at mii? phy ? # Broadcom BCM5400/5401 Gig-E
- PHYs</code>
- <br/>
- <code class="Cd">ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs</code>
- <br/>
- <code class="Cd">dmphy* at mii? phy ? # Davicom DM9101 PHYs</code>
- <br/>
- <code class="Cd">exphy* at mii? phy ? # 3Com internal PHYs</code>
- <br/>
- <code class="Cd">gentbi* at mii? phy ? # Generic ten-bit 1000BASE-X
- PHYs</code>
- <br/>
- <code class="Cd">glxtphy* at mii? phy ? # Level One LXT-1000 Gig-E
- PHYs</code>
- <br/>
- <code class="Cd">gphyter* at mii? phy ? # NatSemi DP83861 Gig-E PHYs</code>
- <br/>
- <code class="Cd">icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
- PHYs</code>
- <br/>
- <code class="Cd">ikphy* at mii? phy ? # Intel 82563 PHYs</code>
- <br/>
- <code class="Cd">inphy* at mii? phy ? # Intel 82555 PHYs</code>
- <br/>
- <code class="Cd">iophy* at mii? phy ? # Intel 82553 PHYs</code>
- <br/>
- <code class="Cd">ipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs</code>
- <br/>
- <code class="Cd">jmphy* at mii? phy ? # JMicron</code>
- <br/>
- <code class="Cd">lxtphy* at mii? phy ? # Level One LXT-970 PHYs</code>
- <br/>
- <code class="Cd">makphy* at mii? phy ? # Marvel 88E1000 Gig-E PHYs</code>
- <br/>
- <code class="Cd">micphy* at mii? phy ? # Micrel KSZ9021 Gig-E PHYs</code>
- <br/>
- <code class="Cd">nsphy* at mii? phy ? # NatSemi DP83840 PHYs</code>
- <br/>
- <code class="Cd">nsphyter* at mii? phy ? # NatSemi DP83843/DP83815
- PHYs</code>
- <br/>
- <code class="Cd">pnaphy* at mii? phy ? # Generic HomePNA PHYs</code>
- <br/>
- <code class="Cd">qsphy* at mii? phy ? # Quality Semiconductor QS6612
- PHYs</code>
- <br/>
- <code class="Cd">rgephy* at mii? phy ? # Realtek 8169S/8110S internal
- PHYs</code>
- <br/>
- <code class="Cd">rlphy* at mii? phy ? # Realtek 8139/8201L PHYs</code>
- <br/>
- <code class="Cd">smscphy* at mii? phy ? # SMSC LAN87xx PHYs</code>
- <br/>
- <code class="Cd">sqphy* at mii? phy ? # Seeq 80220/80221/80223/80225
- PHYs</code>
- <br/>
- <code class="Cd">tlphy* at mii? phy ? # ThunderLAN internal PHYs</code>
- <br/>
- <code class="Cd">tqphy* at mii? phy ? # TSC Semiconductor 78Q2120 PHYs</code>
- <br/>
- <code class="Cd">ukphy* at mii? phy ? # Generic/unknown PHYs</code>
- <br/>
- <code class="Cd">urlphy* at mii? phy ? # Realtek RTL8150L internal
- PHYs</code></p>
-<p class="Pp">
- <br/>
- <code class="Cd">options MIIVERBOSE</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">Media Independent Interface is an IEEE standard serial bus for
- connecting MACs (network controllers) to PHYs (physical media interfaces).
- The <code class="Nm">mii</code> layer allows network device drivers to share
- support code for various PHY models, and allows unused support for PHYs
- which are not present in a system to be removed from the kernel.</p>
-<p class="Pp">Network device drivers which use the <code class="Nm">mii</code>
- layer carry the &#x201C;mii&#x201D; autoconfiguration attribute. This allows
- kernel configuration files to simply specify PHYs as described above in the
- synopsis.</p>
-<p class="Pp">The following is an example of the messages displayed when a
- network interface with an attached PHY is detected by the kernel:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>epic0 at pci0 dev 12 function 0: SMC EPIC/100 Fast Ethernet
-epic0: interrupting at kn20aa irq 4
-epic0: SMC9432TX, Ethernet address 00:e0:29:07:17:c4
-qsphy0 at epic0 phy 3: QS6612 10/100 media interface, rev. 1
-qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto</pre>
-</div>
-<p class="Pp">All PHY drivers display the media types supported by the PHY when
- it is detected by the kernel. These media types are valid media keywords for
- use with the <a class="Xr">ifconfig(8)</a> program.</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">acphy(4)</a>, <a class="Xr">amhphy(4)</a>,
- <a class="Xr">bmtphy(4)</a>, <a class="Xr">brgphy(4)</a>,
- <a class="Xr">ciphy(4)</a>, <a class="Xr">dmphy(4)</a>,
- <a class="Xr">exphy(4)</a>, <a class="Xr">gentbi(4)</a>,
- <a class="Xr">glxtphy(4)</a>, <a class="Xr">gphyter(4)</a>,
- <a class="Xr">icsphy(4)</a>, <a class="Xr">ifmedia(4)</a>,
- <a class="Xr">ikphy(4)</a>, <a class="Xr">inphy(4)</a>,
- <a class="Xr">iophy(4)</a>, <a class="Xr">jmphy(4)</a>,
- <a class="Xr">lxtphy(4)</a>, <a class="Xr">makphy(4)</a>,
- <a class="Xr">micphy(4)</a>, <a class="Xr">nsphy(4)</a>,
- <a class="Xr">nsphyter(4)</a>, <a class="Xr">pnaphy(4)</a>,
- <a class="Xr">qsphy(4)</a>, <a class="Xr">rgephy(4)</a>,
- <a class="Xr">rlphy(4)</a>, <a class="Xr">smscphy(4)</a>,
- <a class="Xr">sqphy(4)</a>, <a class="Xr">tlphy(4)</a>,
- <a class="Xr">tqphy(4)</a>, <a class="Xr">ukphy(4)</a>,
- <a class="Xr">urlphy(4)</a>, <a class="Xr">ifconfig(8)</a></p>
-<p class="Pp">The OUI assignments list can be found at:
- <a class="Lk" href="http://standards.ieee.org/regauth/oui/index.shtml">http://standards.ieee.org/regauth/oui/index.shtml</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">November 2, 2019</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>