summaryrefslogtreecommitdiffstats
path: root/sys/dev/radio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of a break statement. No binary change.jsg2016-09-221-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+1
* 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