diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-31 15:55:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-31 15:55:47 +0000 |
commit | a3d3ee4503f0d9b6d5e5c785db1b9ca012c447b0 (patch) | |
tree | 191228ab14c2871011edcbb9fb8e6a2d6046814f /share/man/man4/radio.4 | |
parent | b5ae0878bc9988e9acbac87ac9ea1528d8e1e6f6 (diff) |
remove man pages for deleted radio drivers
Diffstat (limited to 'share/man/man4/radio.4')
-rw-r--r-- | share/man/man4/radio.4 | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/share/man/man4/radio.4 b/share/man/man4/radio.4 index cd5f382f1d7..f4ee389af6e 100644 --- a/share/man/man4/radio.4 +++ b/share/man/man4/radio.4 @@ -1,5 +1,5 @@ .\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $ -.\" $OpenBSD: radio.4,v 1.29 2015/09/14 17:09:26 schwarze Exp $ +.\" $OpenBSD: radio.4,v 1.30 2016/08/31 15:55:46 tedu Exp $ .\" .\" Copyright (c) 2001 Vladimir Popov .\" All rights reserved. @@ -24,21 +24,15 @@ .\" (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 $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: August 31 2016 $ .Dt RADIO 4 .Os .Sh NAME .Nm radio .Nd device-independent radio driver layer .Sh SYNOPSIS -.Cd "radio* at az?" .Cd "radio* at bktr?" .Cd "radio* at fms?" -.Cd "radio* at gtp?" -.Cd "radio* at rt?" -.Cd "radio* at rtii?" -.Cd "radio* at sfr?" -.Cd "radio* at sf2r?" .Cd "radio* at udsbr?" .Pp .In sys/types.h @@ -213,20 +207,6 @@ can be used to tune to FM radio stations or TV channels, respectively. Some devices may not support both functionalities. .Sh CHIPSETS -LM700x is a frequency synthesizer IC. -The LM700x is programmed through a 24-bit write-only shift register. -The first 14 bits are frequency data. -The next 2 bits are LSI test bits, and should always be zero. -The next 4 bits are band data and time base data. -They can be programmed to force a given reference frequency, or they can be -set to zero and the next 3 bits can be used to set the reference frequency. -The final bit selects the divider selection, which is 1 for FM and 0 for AM. -The LM700x chips are used in -.Xr az 4 -and -.Xr rt 4 -cards. -.Pp The TEA5757; TEA5759 is a 44-pin integrated AM/FM stereo radio circuit. The radio part is based on the TEA5712. The TEA5757 is used in FM-standards in which the local oscillator frequency @@ -237,22 +217,8 @@ To conform with the Japanese standards, it is necessary to set the flags' least significant bit to 1. The TEA5757; TEA5759 has a 25-bit read-write shift register. The TEA5757 chips are used in -.Xr gtp 4 , -.Xr rtii 4 , -.Xr sf2r 4 -and .Xr fms 4 cards. -.Pp -The TC9216P, TC9217P and TC9217F are high speed PLL-LSI with built-in -2 modulus prescaler. -Each function is controlled through 3 serial bus lines (DATA, CLOCK and PERIOD) -by the data setting to a pair of 24-bit registers, total of 48 bits. -Address 8 bits and data 24 bits, total of 32 bits, are transferred in serial -at the same time. -The TC921x chips are used in -.Xr sfr 4 -cards. .Sh FILES .Bl -tag -width /dev/radio -compact .It Pa /dev/radio @@ -260,15 +226,9 @@ cards. .Sh SEE ALSO .Xr radioctl 1 , .Xr ioctl 2 , -.Xr az 4 , .Xr bktr 4 , .Xr fms 4 , -.Xr gtp 4 , .Xr intro 4 , -.Xr rt 4 , -.Xr rtii 4 , -.Xr sf2r 4 , -.Xr sfr 4 , .Xr udsbr 4 , .Xr radio 9 .Sh HISTORY |