blob: 782db10947cfafa5dd87470b74bc52e6fd17d214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<table class="head">
<tr>
<td class="head-ltitle">RTII(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">RTII(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">rtii</code> — <span class="Nd">AIMS Lab
Radiotrack II FM radio device driver</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">option RADIO_TEA5759</code></p>
<p class="Pp">
<br/>
<code class="Cd">rtii0 at isa? port 0x20c</code>
<br/>
<code class="Cd">rtii1 at isa? port 0x30c</code>
<br/>
<code class="Cd">radio* at rtii0</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">rtii</code> driver provides support for the
AIMS Lab Radiotrack II FM radio tuners.</p>
<p class="Pp">The Radiotrack II is a stereo FM tuner that allows to tune in the
range 87.5 - 108.0 MHz, report signal status on the current frequency, force
audio output to mono, perform hardware signal search, and has an internal
AFC.</p>
<p class="Pp">The Radiotrack II cards take only one I/O port. The I/O port is
set by the driver to the value specified in the configuration file and must
be either 0x20c or 0x30c.</p>
<p class="Pp">Philips Semiconductors released two almost identical chips TEA5757
and TEA5759. The TEA5757 is used in FM-standards in which the local
oscillator frequency is above the radio frequency (e.g. European and
American standards). The TEA5759 is the version in which the oscillator
frequency is below the radio frequency (e.g. Japanese standards). The option
<var class="Va">RADIO_TEA5759</var> changes the algorithm of frequency
calculation for the TEA5757 based cards to conform with the Japanese
standards.</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">isa(4)</a>, <a class="Xr">radio(4)</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">rtii</code> device driver appeared in
<span class="Ux">OpenBSD 3.0</span> and <span class="Ux">NetBSD
1.6</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">rtii</code> driver was written by Vladimir
Popov and Maxim Tsyplakov. The man page was written by Vladimir Popov.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">October 8, 2001</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|