diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/rt.4 4.html | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/rt.4 4.html')
| -rw-r--r-- | static/netbsd/man4/rt.4 4.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/netbsd/man4/rt.4 4.html b/static/netbsd/man4/rt.4 4.html new file mode 100644 index 00000000..96e967bc --- /dev/null +++ b/static/netbsd/man4/rt.4 4.html @@ -0,0 +1,65 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RT(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">RT(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">rt</code> — <span class="Nd">AIMS Lab + Radiotrack 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">rt0 at isa? port 0x20c</code> + <br/> + <code class="Cd">rt1 at isa? port 0x284</code> + <br/> + <code class="Cd">rt2 at isa? port 0x30c</code> + <br/> + <code class="Cd">rt3 at isa? port 0x384</code> + <br/> + <code class="Cd">radio* at rt?</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">rt</code> driver provides support for the + AIMS Lab Radiotrack FM radio tuners and compatible RadioReveal RA300 and + SoundForte RadioX SF16-FMI FM radio tuners.</p> +<p class="Pp">The Radiotrack is a stereo FM tuner that allows to tune in the + range 87.5 - 108.0 MHz, report signal status on the current frequency, and + force audio output to mono.</p> +<p class="Pp">The Radiotrack 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> +</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">rt</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">rt</code> driver was written by Vladimir + Popov and Maxim Tsyplakov. The man page was written by Vladimir Popov.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> +<p class="Pp">Support for the SF16-FMI cards is rather ugly, volume control is + not working and the driver can not correctly determine signal state.</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> |
