summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/dtviic.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/dtviic.4 4.html')
-rw-r--r--static/netbsd/man4/dtviic.4 4.html110
1 files changed, 0 insertions, 110 deletions
diff --git a/static/netbsd/man4/dtviic.4 4.html b/static/netbsd/man4/dtviic.4 4.html
deleted file mode 100644
index af52bca4..00000000
--- a/static/netbsd/man4/dtviic.4 4.html
+++ /dev/null
@@ -1,110 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DTVIIC(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">DTVIIC(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">dtviic</code>, <code class="Nm">au8522</code>,
- <code class="Nm">cx24227</code>, <code class="Nm">lg3303</code>,
- <code class="Nm">mt2131</code>, <code class="Nm">nxt2k</code>,
- <code class="Nm">zl10353</code>, <code class="Nm">tvpll</code>,
- <code class="Nm">xc3028</code>, <code class="Nm">xc5k</code> &#x2014;
- <span class="Nd">Inter IC (I2C) modules for DTV</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">dtviic</code> modules provide support for
- <a class="Xr">dtv(4)</a> devices. The <code class="Nm">dtviic</code> module
- group includes tuners, demodulators, and analog video decoders.</p>
-<p class="Pp">The usual hardware structure consists of a host controller
- (connected for instance via <a class="Xr">usb(4)</a> or
- <a class="Xr">pci(4)</a>) that provides the data moving facilities (for the
- analog or digital video streams) and an <a class="Xr">iic(4)</a> bus over
- which the other chips can be configured.</p>
-<p class="Pp">For example, a typical <a class="Xr">dtv(4)</a> setup would look
- like this:</p>
-<ol class="Bl-enum Bd-indent">
- <li>Initialize transport stream (<code class="Dv">TS</code>) port on the host
- controller.</li>
- <li>Configure the demodulator that &#x201C;demodulates&#x201D; the information
- from an intermediate frequency (<code class="Dv">IF</code>) that is
- provided to it by the associated tuner. This step typically includes
- setting the desired quadrature amplitude modulation
- (<code class="Dv">QAM</code>) and bandwidth, among other things.</li>
- <li>Configure the tuner. Typically this step includes at least setting the
- frequency.</li>
- <li>Start TS transfer (using <code class="Dv">DMA</code> transfers or
- <code class="Dv">USB</code> high speed transfers).</li>
-</ol>
-<p class="Pp">The supported demodulators include:</p>
-<div class="Bd-indent">
-<dl class="Bl-tag">
- <dt><code class="Nm">au8522</code></dt>
- <dd>Auvitek AU8522 ATSC/QAM64/QAM256 demodulator</dd>
- <dt><code class="Nm">cx24227</code></dt>
- <dd>Conexant CX24227 ATSC/QAM64/QAM256 demodulator</dd>
- <dt><code class="Nm">lg3303</code></dt>
- <dd>LG LGDT3303 ATSC/QAM64/QAM256 demodulator</dd>
- <dt><code class="Nm">mt2131</code></dt>
- <dd>MicroTune MT2131 ATSC demodulator</dd>
- <dt><code class="Nm">nxt2k</code></dt>
- <dd>NxtWave Communications NXT2004 ATSC demodulator</dd>
- <dt><code class="Nm">zl10353</code></dt>
- <dd>Zarlink ZL10353 (Intel CE623x) COFDM/DVB-T demodulator</dd>
-</dl>
-</div>
-<p class="Pp">The supported tuners are:</p>
-<div class="Bd-indent">
-<dl class="Bl-tag">
- <dt id="tvpll"><a class="permalink" href="#tvpll"><code class="Ic">tvpll</code></a></dt>
- <dd>Generic PLL-based tuners</dd>
- <dt><code class="Nm">xc3028</code></dt>
- <dd>XCeive XC3028 analog and digital tuner</dd>
- <dt><code class="Nm">xc5k</code></dt>
- <dd>Xceive XC5000 analog and digital tuner</dd>
-</dl>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
-<ul class="Bl-bullet Bd-indent">
- <li><span class="Pa">dvb-fe-nxt2004.fw</span> needed by
- <code class="Nm">nxt2k</code></li>
- <li><span class="Pa">xc3028-v27.fw</span> or
- <span class="Pa">xc3028L-v36.fw</span> (provided by
- <span class="Pa">pkgsrc/sysutils/xc3028l-firmware</span>) needed by
- <code class="Nm">xc3028</code></li>
- <li><span class="Pa">dvb-fe-xc5000-1.6.114.fw</span> needed by
- <code class="Nm">xc5k</code>, provided by the
- <span class="Pa">pkgsrc/sysutils/xc5k-firmware</span></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">dtv(4)</a>, <a class="Xr">iic(4)</a>,
- <a class="Xr">module(7)</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">dtviic</code> modules first appeared in
- <span class="Ux">NetBSD 6.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">Authors include <span class="An">Jared D. McNeill</span>
- &#x27E8;jmcneill@NetBSD.org&#x27E9;, <span class="An">Jonathan A.
- Kollasch</span> &#x27E8;jakllsch@NetBSD.org&#x27E9;, and
- <span class="An">Jukka Ruohonen</span> &#x27E8;jruohonen@iki.fi&#x27E9;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">August 30, 2011</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>