summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/fmsradio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix stereo handling on bktr, remove dead code from fms (now that radio does attachment properly; from jumbo@mickey2002-06-061-13/+4
|
* detect stereo reception; from jumbo@mickey2002-06-031-3/+7
|
* oopsmickey2002-05-291-1/+2
|
* fix the fms attachment printfs and move out the radio parts to the fmsradio.c; from jumbo@ and some fixes from mickey@mickey2002-05-281-152/+202
|
* add support for SoundForte Theatre X-treme 5.1 SF256-PCS; from jumbo@mickey2002-05-091-8/+124
|
* tuner driver for the fms cards.mickey2002-05-061-0/+420
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@