index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
radio.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-03-21
Constify struct {audio,midi,radio,video}_hw_if. No functional change.
Miod Vallat
2016-09-22
Fix indentation of a break statement. No binary change.
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2002-05-30
make radio attach, not steal other audio attachments
Michael Shalayeff
2002-01-10
check if device was opened for writing for modifying ops, also it's enotty no...
Michael Shalayeff
2002-01-05
support detach, from netbsd
Michael Shalayeff
2002-01-02
probe does not print anything
Michael Shalayeff
2001-12-05
update for radio drivers from tm@oganer.net und jumbo@narod.ru
Michael Shalayeff
2001-10-04
Device independent framework for FM-radio driver.
Grigoriy Orlov