diff options
Diffstat (limited to 'static/freebsd/man4/bfe.4 3.html')
| -rw-r--r-- | static/freebsd/man4/bfe.4 3.html | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/static/freebsd/man4/bfe.4 3.html b/static/freebsd/man4/bfe.4 3.html deleted file mode 100644 index 3929c7c9..00000000 --- a/static/freebsd/man4/bfe.4 3.html +++ /dev/null @@ -1,96 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">BFE(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">BFE(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">bfe</code> — <span class="Nd">Broadcom - BCM4401 Ethernet Device Driver</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp">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 miibus</code> -<br/> -<code class="Cd">device bfe</code></div> -<p class="Pp">Alternatively, 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_bfe_load="YES"</pre> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="DEPRECATION_NOTICE"><a class="permalink" href="#DEPRECATION_NOTICE">DEPRECATION - NOTICE</a></h1> -<p class="Pp">The <code class="Nm">bfe</code> driver is unmaintained and may be - removed from <span class="Ux">FreeBSD</span> in a future release. - <span class="Ux">FreeBSD</span>.</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">bfe</code> driver provides support for - Broadcom BCM4401 based Fast Ethernet adapters.</p> -<p class="Pp">The <code class="Nm">bfe</code> driver supports the following - media types:</p> -<dl class="Bl-tag"> - <dt id="autoselect"><a class="permalink" href="#autoselect"><code class="Cm">autoselect</code></a></dt> - <dd>Enable autoselection of the media type and options.</dd> - <dt id="10baseT/UTP"><a class="permalink" href="#10baseT/UTP"><code class="Cm">10baseT/UTP</code></a></dt> - <dd>Set 10Mbps operation.</dd> - <dt id="100baseTX"><a class="permalink" href="#100baseTX"><code class="Cm">100baseTX</code></a></dt> - <dd>Set 100Mbps (Fast Ethernet) operation.</dd> -</dl> -<p class="Pp">The <code class="Nm">bfe</code> driver supports the following - media options:</p> -<dl class="Bl-tag"> - <dt id="full-duplex"><a class="permalink" href="#full-duplex"><code class="Cm">full-duplex</code></a></dt> - <dd>Set full duplex operation.</dd> -</dl> -<p class="Pp">For further 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> -<dl class="Bl-diag"> - <dt>bfe%d: couldn't map memory</dt> - <dd>A fatal initialization error has occurred.</dd> - <dt>bfe%d: couldn't map interrupt</dt> - <dd>A fatal initialization error has occurred.</dd> - <dt>bfe%d: failed to allocate DMA resources</dt> - <dd>There are not enough mbufs available for allocation.</dd> - <dt>bfe%d: watchdog timeout -- resetting</dt> - <dd>The device has stopped responding to the network, or there is a problem - with the network connection (cable).</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">altq(4)</a>, <a class="Xr">arp(4)</a>, - <a class="Xr">miibus(4)</a>, <a class="Xr">netintro(4)</a>, - <a class="Xr">ng_ether(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">bfe</code> device driver first appeared in - <span class="Ux">FreeBSD 5.1</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">bfe</code> device driver was written by - <span class="An">Stuart Walsh</span> and <span class="An">Duncan - Barclay</span>. This manual page was written by <span class="An">Stuart - Walsh</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 16, 2005</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
