diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-28 21:24:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-28 21:24:21 +0000 |
commit | 50224c3e3b71ac2cfbee52dbc25a05ff4d9e3f41 (patch) | |
tree | 097319eeed6c74e3b58bb2da05c865cf84a676e5 /share/man | |
parent | 4fe86fbf743abca9dd1d480ecf51a352ecea4802 (diff) |
radiotrack man updates; form jumbo@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/isapnp.4 | 4 | ||||
-rw-r--r-- | share/man/man4/rt.4 | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index af147d98399..1ea239b9825 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isapnp.4,v 1.22 2001/10/04 16:56:51 mpech Exp $ +.\" $OpenBSD: isapnp.4,v 1.23 2002/08/28 21:24:20 mickey Exp $ .\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone @@ -94,6 +94,8 @@ MIDI interfaces. .Bl -tag -width speaker -offset ind -compact .It Xr joy 4 Joystick driver. +.It Xr rt 4 +AIMS Lab Radiotrack FM radio tuners. .El .Sh CAVEATS From time to time an diff --git a/share/man/man4/rt.4 b/share/man/man4/rt.4 index ce03e4c052f..4a4ef9e2383 100644 --- a/share/man/man4/rt.4 +++ b/share/man/man4/rt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rt.4,v 1.5 2002/01/23 19:17:13 mickey Exp $ +.\" $OpenBSD: rt.4,v 1.6 2002/08/28 21:24:20 mickey Exp $ .\" $RuOBSD: rt.4,v 1.3 2001/10/26 05:38:43 form Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov <jumbo@narod.ru> @@ -33,14 +33,14 @@ .Sh SYNOPSIS .Cd "rt* at isa? port 0x20c" .Cd "rt* at isa? port 0x30c" -.Cd "rt* at isa? port 0x284" -.Cd "rt* at isa? port 0x384" +.Cd "rt* at isapnp?" .Cd "radio* at rt?" .Sh DESCRIPTION The .Nm driver provides support for the AIMS Lab Radiotrack FM radio tuners and -compatible RadioReveal RA300 and SoundForte RadioX SF16-FMI FM radio tuners. +compatible - RadioReveal RA300 FM radio tuners and tuners at +SoundForte RadioX SF16-FMI (Creative ViBRA16C PnP). .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 @@ -54,14 +54,15 @@ 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. .Sh BUGS -Support for the SF16-FMI cards is rather ugly, volume control is not working -and the driver can not correctly determine signal state. +Support for the SF16-FMI cards is rather ugly, the driver can not +determine signal state and force audio output to mono. .Pp It is impossible to determine the frequency tuned into. Thus, the driver will report an internally stored value even if it is not correct (e.g. tunning was done through the direct I/O access). .Sh SEE ALSO .Xr isa 4 , +.Xr isapnp 4 , .Xr radio 4 , .Xr radio 9 .Sh AUTHORS |