diff options
Diffstat (limited to 'static/netbsd/man4/sm.4 4.html')
| -rw-r--r-- | static/netbsd/man4/sm.4 4.html | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/static/netbsd/man4/sm.4 4.html b/static/netbsd/man4/sm.4 4.html deleted file mode 100644 index bbcd44d3..00000000 --- a/static/netbsd/man4/sm.4 4.html +++ /dev/null @@ -1,85 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">SM(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">SM(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">sm</code> — - <span class="Nd">SMC91Cxx-based 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">sm0 at ifpga0 addr 0xb8000000 irq 27</code> - <br/> - <code class="Cd">sm0 at isa? port 0x300 irq 10</code> - <br/> - <code class="Cd">sm* at mhzc?</code> - <br/> - <code class="Cd">sm* at pcmcia? function ?</code> - <br/> - <code class="Cd">sm* at nubus?</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">sm</code> device driver supports - SMC91C9x-based and SMC91C1xx-based Ethernet interfaces.</p> -<p class="Pp">The ifpga0 attachment of the <code class="Nm">sm</code> driver - supports SMC91C9x-based Ethernet interface on the ARM Integrator/CP - board.</p> -<p class="Pp">The ISA attachment of the <code class="Nm">sm</code> driver - supports any SMC91C9x-based Ethernet interface on the ISA bus, including the - EFA Info*Express SVC VLB interface, and the on-board SMC91C9x Ethernet found - in many embedded PCs and laptop docking stations.</p> -<p class="Pp">The mhzc attachment of the <code class="Nm">sm</code> driver - supports the Megahertz combo Ethernet and modem card.</p> -<p class="Pp">The PCMCIA attachment of the <code class="Nm">sm</code> driver - supports Megahertz X-JACK Ethernet cards.</p> -<p class="Pp">The nubus attachment of the <code class="Nm">sm</code> driver - supports SMC-based Ethernet cards for the macintosh.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="MEDIA_SELECTION"><a class="permalink" href="#MEDIA_SELECTION">MEDIA - SELECTION</a></h1> -<p class="Pp">The SMC91C1xx supports the MII interface and so the list of - supported media depends on several factors, including which PHY is attached. - The SMC91C9x supports AUI and UTP media types.</p> -<p class="Pp" id="10base5">To enable the AUI media, select the - <a class="permalink" href="#10base5"><i class="Em">10base5</i></a> or - <a class="permalink" href="#aui"><i class="Em" id="aui">aui</i></a> media - type with <a class="Xr">ifconfig(8)</a>'s <code class="Cm">media</code> - directive. To select UTP, select the - <a class="permalink" href="#10baseT"><i class="Em" id="10baseT">10baseT</i></a> - or <a class="permalink" href="#utp"><i class="Em" id="utp">utp</i></a> media - type.</p> -<p class="Pp"><a class="Xr">ifconfig(8)</a>'s <code class="Fl">-m</code> option - will display the full list of supported <code class="Cm">media</code> - directives for a particular configuration.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>sm0: unable to read MAC address from CIS</dt> - <dd>This indicates that the Ethernet address, which is stored in the CIS - information on the Megahertz X-JACK PCMCIA Ethernet card, is - corrupted.</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">ifmedia(4)</a>, <a class="Xr">intro(4)</a>, - <a class="Xr">isa(4)</a>, <a class="Xr">mhzc(4)</a>, - <a class="Xr">mii(4)</a>, <a class="Xr">pcmcia(4)</a>, - <a class="Xr">ifconfig(8)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">September 6, 2017</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
