diff options
author | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 22:33:50 +0000 |
---|---|---|
committer | Grigoriy Orlov <gluk@cvs.openbsd.org> | 2001-10-04 22:33:50 +0000 |
commit | 05032fdcac4561c18f1e4cab0f9dd8af86b128bf (patch) | |
tree | b56c40c272fa41bf3e41c5f893e6ba931c81160e /share/man/man4/man4.i386 | |
parent | e9087b984372550c9af3de2c6356418eb23a0f35 (diff) |
Radio drivers and interfaces manuals.
From Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net>
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/az.4 | 55 | ||||
-rw-r--r-- | share/man/man4/man4.i386/sf2r.4 | 54 | ||||
-rw-r--r-- | share/man/man4/man4.i386/sf4r.4 | 50 |
4 files changed, 162 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index a8c6bed53f9..614bbc04387 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.40 2001/06/20 16:27:28 mpech Exp $ +# $OpenBSD: Makefile,v 1.41 2001/10/04 22:33:49 gluk Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ -MAN= apm.4 autoconf.4 bios.4 bktr.4 gus.4 ie.4 intro.4 iy.4 joy.4 \ +MAN= apm.4 az.4 autoconf.4 bios.4 bktr.4 gus.4 ie.4 intro.4 iy.4 joy.4 \ le.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 pcibios.4 \ pctr.4 pss.4 sb.4 \ - sea.4 speaker.4 uha.4 wdt.4 wss.4 wt.4 xf86.4 + sea.4 speaker.4 sf2r.4 sf4r.4 uha.4 wdt.4 wss.4 wt.4 xf86.4 MLINKS+= speaker.4 spkr.4 MLINKS+= mem.4 kmem.4 diff --git a/share/man/man4/man4.i386/az.4 b/share/man/man4/man4.i386/az.4 new file mode 100644 index 00000000000..52efccb0ea8 --- /dev/null +++ b/share/man/man4/man4.i386/az.4 @@ -0,0 +1,55 @@ +.\" $OpenBSD: az.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" +.\" Copyright (c) 2001 Vladimir Popov +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd September 27, 2001 +.Dt AZ 4 +.Os +.Sh NAME +.Nm az +.Nd Aztech/PackardBell radio card device driver +.Sh SYNOPSIS +.Cd "az0 at isa? port 0x358" +.Cd "az0 at isa? port 0x350" +.Cd "radio* at az0" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Aztech/PackardBell radio cards. +.Pp +The Aztech/PackardBell cards are stereo FM tuners that allow to tune +in the 87.5-108.0 MHz range. It is capable to report signal status +(tuned/not tuned, stereo/mono signal) and force audio output to mono. +.Pp +The Aztech cards use only one I/O port. The I/O port is set by the driver to +the value specified in the configuration file. The I/O port must be one of +0x350 and 0x358. +.Sh BUGS +It is impossible to determine which frequency the card is tuned to. Thus, +the driver will report an internally stored value even if it is not correct +(changed by some program that uses direct port access). +.Sh SEE ALSO +.Xr radio 4 , +.Xr isa 4 . + diff --git a/share/man/man4/man4.i386/sf2r.4 b/share/man/man4/man4.i386/sf2r.4 new file mode 100644 index 00000000000..179b427c560 --- /dev/null +++ b/share/man/man4/man4.i386/sf2r.4 @@ -0,0 +1,54 @@ +.\" $OpenBSD: sf2r.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" +.\" Copyright (c) 2001 Vladimir Popov +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd September 27, 2001 +.Dt SF2R 4 +.Os +.Sh NAME +.Nm sf2r +.Nd SoundForte RadioLink SF16-FMR2 FM radio device driver +.Sh SYNOPSIS +.Cd "sf2r0 at isa? port 0x384" +.Cd "radio* at sf2r0" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SF16-FMR2 FM radio tuners. +.Pp +The SF16-FMR2 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. +.Pp +The SF16-FMR2 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 0x384. +.Sh BUGS +MediaForte made two variants of the SF16-FMR2 cards, the first one has +an internal amplifier of the output sound, the second one does not have +such an amplifier. The current driver supports only the second variant. +.Sh SEE ALSO +.Xr radio 4 , +.Xr isa 4 . + diff --git a/share/man/man4/man4.i386/sf4r.4 b/share/man/man4/man4.i386/sf4r.4 new file mode 100644 index 00000000000..d33606c1275 --- /dev/null +++ b/share/man/man4/man4.i386/sf4r.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: sf4r.4,v 1.1 2001/10/04 22:33:49 gluk Exp $ +.\" +.\" Copyright (c) 2001 Vladimir Popov +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +.\" ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.Dd September 27, 2001 +.Dt SF4R 4 +.Os +.Sh NAME +.Nm sf4r +.Nd SoundForte RadioLink SF64-PCR FM radio device driver +.Sh SYNOPSIS +.Cd "sf4r0 at pci?" +.Cd "radio* at sf4r0" +.Sh DESCRIPTION +The +.Nm +driver provides support for the SF64-PCR FM radio tuners. +.Pp +The SF64-PCR cards are stereo FM tuners that allow 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 have an internal +AFC. +.Sh BUGS +Because MediaForte put FM801 on the board, the current driver cannot +distinguish sound cards based on FM801 and SF64-PCR. +.Sh SEE ALSO +.Xr radio 4 , +.Xr pci 4 . + |