summaryrefslogtreecommitdiffstats
path: root/sys/dev/radio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make radio attach, not steal other audio attachmentsmickey2002-05-301-8/+9
|
* check if device was opened for writing for modifying ops, also it's enotty not einval; from Vladimir Popov <jumbo@narod.ru> and memickey2002-01-101-2/+7
|
* support detach, from netbsdmickey2002-01-051-9/+47
|
* probe does not print anythingmickey2002-01-021-3/+2
|
* update for radio drivers from tm@oganer.net und jumbo@narod.rumickey2001-12-051-9/+37
|
* Device independent framework for FM-radio driver.gluk2001-10-041-0/+136
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>