Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation of a break statement. No binary change. | 2016-09-22 | 1 | -2/+2 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | 2011-07-03 | 1 | -4/+1 | |
| | | | | | | | | that's ever used it, and it's long since been changed to use DVACT_{QUIESCE,SUSPEND,RESUME} instead. ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it up a few weeks ago | ||||
* | Get rid of devact enum, substitute it with an int and coresponding defines. | 2009-10-13 | 1 | -3/+3 | |
| | | | | | | This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@. | ||||
* | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | 2006-06-23 | 1 | -2/+1 | |
| | | | | | | something, then it MUST return zero on DVACT_ACTIVATE, not EOPNOTSUPP; this very popular bug has been cut and pasted a lot of times... ok deraadt@ mickey@ | ||||
* | make radio attach, not steal other audio attachments | 2002-05-30 | 1 | -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 me | 2002-01-10 | 1 | -2/+7 | |
| | |||||
* | support detach, from netbsd | 2002-01-05 | 1 | -9/+47 | |
| | |||||
* | probe does not print anything | 2002-01-02 | 1 | -3/+2 | |
| | |||||
* | update for radio drivers from tm@oganer.net und jumbo@narod.ru | 2001-12-05 | 1 | -9/+37 | |
| | |||||
* | Device independent framework for FM-radio driver. | 2001-10-04 | 1 | -0/+136 | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> |