diff options
Diffstat (limited to 'static/netbsd/man4/mos.4 4.html')
| -rw-r--r-- | static/netbsd/man4/mos.4 4.html | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/static/netbsd/man4/mos.4 4.html b/static/netbsd/man4/mos.4 4.html deleted file mode 100644 index 8775dd49..00000000 --- a/static/netbsd/man4/mos.4 4.html +++ /dev/null @@ -1,101 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MOS(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">MOS(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">mos</code> — <span class="Nd">MosChip - MCS7730/7830/7832 10/100 USB Ethernet device</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">mos* at uhub?</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">mos</code> driver provides support for USB - Ethernet adapters based on the MosChip MCS7730, MCS7830, and MCS7832 USB 2.0 - chipsets, including the following:</p> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>Delock 61147</dt> - <dd style="width: auto;"> </dd> - <dt>Sitecom LN-030</dt> - <dd style="width: auto;"> </dd> - <dt>Syba SY-U2LAN</dt> - <dd style="width: auto;"> </dd> -</dl> -</div> -<p class="Pp">All adapters operate with either USB 1.x, 2.0, or 3.x controllers, - though performance with 1.x controllers is limited since the USB 1.x - standard specifies a maximum transfer speed of 12Mbps. Users with USB 1.x - controllers should therefore not expect to actually achieve 100Mbps speeds - with these devices.</p> -<p class="Pp">A 64-bit multicast hash table is supported, single perfect filter - entry for the station address, all-multicast mode, and promiscuous mode. - Packets are received and transmitted over separate USB bulk transfer - endpoints.</p> -<p class="Pp">The <code class="Nm">mos</code> driver supports the following - media types:</p> -<dl class="Bl-tag"> - <dt>autoselect</dt> - <dd>Enable autoselection of the media type and options (this is the default). - The user can manually override the autoselected mode by adding media - options to the appropriate <a class="Xr">ifconfig.if(5)</a> file.</dd> - <dt>10baseT</dt> - <dd>Set 10Mbps operation.</dd> - <dt>100baseTX</dt> - <dd>Set 100Mbps (Fast Ethernet) operation.</dd> -</dl> -<p class="Pp">The <code class="Nm">mos</code> driver supports the following - media options:</p> -<dl class="Bl-tag"> - <dt>full-duplex</dt> - <dd>Force full-duplex operation.</dd> - <dt>half-duplex</dt> - <dd>Force half-duplex operation.</dd> -</dl> -<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="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<p class="Pp">See <a class="Xr">usbnet(4)</a> for diagnostics.</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">ifmedia(4)</a>, - <a class="Xr">intro(4)</a>, <a class="Xr">netintro(4)</a>, - <a class="Xr">usb(4)</a>, <a class="Xr">usbnet(4)</a>, - <a class="Xr">ifconfig.if(5)</a>, <a class="Xr">ifconfig(8)</a>, - <a class="Xr">usbnet(9)</a></p> -<p class="Pp"><cite class="Rs"><span class="RsT">MosChip India</span>, - <a class="RsU" href="http://www.moschip.com">http://www.moschip.com</a>.</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">mos</code> driver first appeared in - <span class="Ux">OpenBSD 4.5</span>. It was ported to - <span class="Ux">NetBSD</span> by <span class="An">Matthew R. Green</span> - <<a class="Mt" href="mailto:mrg@eterna23.net">mrg@eterna23.net</a>> - and first appeared in <span class="Ux">NetBSD 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">mos</code> driver was written by - <span class="An">Johann Christian Rode</span> - <<a class="Mt" href="mailto:jcrode@gmx.net">jcrode@gmx.net</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">August 24, 2019</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
