BKTR(4) - Device Drivers Manual # BKTR(4) - Device Drivers Manual
NAME # bktr - Brooktree Bt848/849/878/879 PCI TV tuners and video capture boards
SYNOPSIS # bktr* at pci? radio* at bktr?
#include <dev/ic/bt8xx.h>
option BKTR_ALLOC_PAGES=nnn option BKTR_SYSTEM_DEFAULT=XXX option BKTR_OVERRIDE_CARD=nnn option BKTR_OVERRIDE_MSP=n option BKTR_OVERRIDE_TUNER=nnn
DESCRIPTION # The bktr driver provides support for PCI video capture and VBI capture on low cost, high performance boards. This should support most video cards based on the Brooktree Bt848/849/878/879 Video Capture Chip.
...
FMS(4) - Device Drivers Manual # FMS(4) - Device Drivers Manual
NAME # fms - Forte Media FM801 audio device
SYNOPSIS # fms* at pci? audio* at fms? radio* at fms?
DESCRIPTION # The fms device driver supports the Forte Media FM801 sound card and various FM tuners attached to the sound card.
RADIO # Right now the fms driver supports MediaForte’s SoundForte RadioLink SF64-PCR FM tuner and tuners on MediaForte’s SoundForte Quad X-treme SF256-PCP-R and SoundForte Theatre X-treme 5.
...
RADIO(4) - Device Drivers Manual # RADIO(4) - Device Drivers Manual
NAME # radio - device-independent radio driver layer
SYNOPSIS # radio* at bktr? radio* at fms? radio* at udsbr?
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/radioio.h>
DESCRIPTION # The radio driver provides support for various FM radio cards. It provides a uniform programming interface layer above different underlying radio hardware drivers.
For radio tuner controlling there is a single device file available: /dev/radio.
...
RADIOCTL(1) - General Commands Manual # RADIOCTL(1) - General Commands Manual
NAME # radioctl - control radio tuners
SYNOPSIS # radioctl [-anv] [-f file]
radioctl [-nv] [-f file] name
radioctl [-n] [-f file] name=value
DESCRIPTION # The radioctl command displays or sets various variables that affect the radio tuner behavior. If a variable is present on the command line, radioctl prints the current value of this variable for the specified device.
...
UDSBR(4) - Device Drivers Manual # UDSBR(4) - Device Drivers Manual
NAME # udsbr - D-Link DSB-R100 USB radio device
SYNOPSIS # udsbr* at uhub? radio* at udsbr?
DESCRIPTION # The udsbr driver provides support for the D-Link DSB-R100 USB radio.
The device is accessed through the radio(4) driver.
The DSB-R100 is a rather poor radio and the only feedback that you can get from the radio is if it has a stereo signal or not.
...