diff options
Diffstat (limited to 'static/freebsd/man4/smsc.4 4.html')
| -rw-r--r-- | static/freebsd/man4/smsc.4 4.html | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/static/freebsd/man4/smsc.4 4.html b/static/freebsd/man4/smsc.4 4.html deleted file mode 100644 index 043ffcf8..00000000 --- a/static/freebsd/man4/smsc.4 4.html +++ /dev/null @@ -1,78 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">SMSC(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">SMSC(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">smsc</code> — <span class="Nd">USB - Microchip LAN9xxx Fast Ethernet driver</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp">To load the driver as a module at boot time, place the following - line in <a class="Xr">loader.conf(5)</a>:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>if_smsc_load="YES"</pre> -</div> -<p class="Pp">Alternatively, to compile this driver into the kernel, place the - following lines in your kernel configuration file:</p> -<div class="Bd Pp Bd-indent"><code class="Cd">device uhci</code> -<br/> -<code class="Cd">device ohci</code> -<br/> -<code class="Cd">device usb</code> -<br/> -<code class="Cd">device miibus</code> -<br/> -<code class="Cd">device uether</code> -<br/> -<code class="Cd">device smsc</code></div> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The <code class="Nm">smsc</code> device driver provides support - for USB Fast Ethernet adapters based on the Microchip (formerly SMSC) - LAN9xxx chipsets.</p> -<p class="Pp">For more information on configuring this device, see - <a class="Xr">ifconfig(8)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> -<p class="Pp">The following devices are supported by the - <code class="Nm">smsc</code> driver:</p> -<p class="Pp"></p> -<ul class="Bl-bullet Bl-compact"> - <li>LAN9500, LAN9500A, LAN9505 and LAN9505A based Ethernet adapters</li> - <li>LAN89530, LAN9530 and LAN9730 based Ethernet adapters</li> - <li>LAN951x Ethernet adapters with integrated USB hub</li> -</ul> -</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">intro(4)</a>, - <a class="Xr">miibus(4)</a>, <a class="Xr">netintro(4)</a>, - <a class="Xr">usb(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">smsc</code> device driver first appeared in - <span class="Ux">FreeBSD 10.0</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">smsc</code> driver was written by - <span class="An">Ben Gray</span> - <<a class="Mt" href="mailto:bgray@FreeBSD.org">bgray@FreeBSD.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">May 7, 2024</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
