summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/man4.powerpc/dtsec.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/man4.powerpc/dtsec.4 3.html')
-rw-r--r--static/freebsd/man4/man4.powerpc/dtsec.4 3.html100
1 files changed, 0 insertions, 100 deletions
diff --git a/static/freebsd/man4/man4.powerpc/dtsec.4 3.html b/static/freebsd/man4/man4.powerpc/dtsec.4 3.html
deleted file mode 100644
index 58890d72..00000000
--- a/static/freebsd/man4/man4.powerpc/dtsec.4 3.html
+++ /dev/null
@@ -1,100 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DTSEC(4)</td>
- <td class="head-vol">Device Drivers Manual (powerpc)</td>
- <td class="head-rtitle">DTSEC(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">dtsec</code> &#x2014; <span class="Nd">Freescale
- Datapath Acceleration Architecture-based Three-Speed Ethernet Controller
- 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">include
- &quot;dpaa/config.dpaa&quot;</code>
-<br/>
-<code class="Cd">device dpaa</code>
-<br/>
-<code class="Cd">device miibus</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">dtsec</code> driver provides support for the
- DPAA-based gigabit Ethernet controller integrated in some of the Freescale
- system-on-chip devices.</p>
-<p class="Pp">The <code class="Nm">dtsec</code> driver supports the following
- media types:</p>
-<dl class="Bl-tag">
- <dt>autoselect</dt>
- <dd>Enable autoselection of the media type and options</dd>
- <dt>10baseT/UTP</dt>
- <dd>Set 10Mbps operation</dd>
- <dt>100baseTX</dt>
- <dd>Set 100Mbps operation</dd>
- <dt>1000baseT</dt>
- <dd>Set 1000baseT operation</dd>
-</dl>
-<p class="Pp">The <code class="Nm">dtsec</code> driver supports the following
- media options:</p>
-<dl class="Bl-tag">
- <dt>full-duplex</dt>
- <dd>Set full duplex operation</dd>
-</dl>
-<p class="Pp">The <code class="Nm">dtsec</code> driver supports two operating
- modes:</p>
-<dl class="Bl-tag">
- <dt>Regular</dt>
- <dd>Normal mode, utilizing the full datapath acceleration, Buffer Manager, and
- Queue Manager.</dd>
- <dt>Independent</dt>
- <dd>Runs disconnected from the Buffer Manager and Queue Manager.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
-<p class="Pp">Gigabit Ethernet controllers built into the following Freescale
- system-on-chip devices are known to work with the
- <code class="Nm">dtsec</code> driver:</p>
-<p class="Pp"></p>
-<ul class="Bl-bullet Bl-compact">
- <li>P2041, P3041</li>
- <li>P5010, P5020</li>
-</ul>
-<p class="Pp">Additionally, the following devices are expected to work, but are
- untested:</p>
-<ul class="Bl-bullet Bl-compact">
- <li>P4080, P4040</li>
- <li>P5040</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">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">dtsec</code> device driver first appeared in
- <span class="Ux">FreeBSD 11.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The base version of <code class="Nm">dtsec</code> device driver
- was written by <span class="An">Semihalf</span>. This manual page was
- written by <span class="An">Justin Hibbits</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">October 31, 2017</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>