History log of /openbsd-current/sys/dev/radio.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.13 06-Apr-2022 naddy

constify struct cfattach


Revision tags: OPENBSD_7_1_BASE
# 1.12 21-Mar-2022 miod

Constify struct {audio,midi,radio,video}_hw_if. No functional change.

ok mpi@ ratchov@ "More const is good" deraadt@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.11 22-Sep-2016 jsg

Fix indentation of a break statement. No binary change.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.10 14-Sep-2014 jsg

remove uneeded proc.h includes
ok mpi@ kspillner@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.9 03-Jul-2011 matthew

Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
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


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.8 13-Oct-2009 pirofti

Get rid of devact enum, substitute it with an int and coresponding defines.

This is needed for the addition of further suspend/resume actions.

Okay deraadt@, marco@.


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.7 23-Jun-2006 miod

In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
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@


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE SMP_SYNC_A SMP_SYNC_B UBC_SYNC_A UBC_SYNC_B
# 1.6 30-May-2002 mickey

make radio attach, not steal other audio attachments


Revision tags: OPENBSD_3_1_BASE
# 1.5 10-Jan-2002 mickey

check if device was opened for writing for modifying ops, also it's enotty not einval; from Vladimir Popov <jumbo@narod.ru> and me


# 1.4 05-Jan-2002 mickey

support detach, from netbsd


# 1.3 02-Jan-2002 mickey

probe does not print anything


Revision tags: UBC_BASE
# 1.2 05-Dec-2001 mickey

branches: 1.2.2;
update for radio drivers from tm@oganer.net und jumbo@narod.ru


Revision tags: OPENBSD_3_0_BASE
# 1.1 04-Oct-2001 gluk

branches: 1.1.4;
Device independent framework for FM-radio driver.

Work by Maxim Tsyplakov <tm@oganer.net>,
Vladimir Popov <jumbo@narod.ru>


# 1.12 21-Mar-2022 miod

Constify struct {audio,midi,radio,video}_hw_if. No functional change.

ok mpi@ ratchov@ "More const is good" deraadt@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.11 22-Sep-2016 jsg

Fix indentation of a break statement. No binary change.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.10 14-Sep-2014 jsg

remove uneeded proc.h includes
ok mpi@ kspillner@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.9 03-Jul-2011 matthew

Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
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


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.8 13-Oct-2009 pirofti

Get rid of devact enum, substitute it with an int and coresponding defines.

This is needed for the addition of further suspend/resume actions.

Okay deraadt@, marco@.


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.7 23-Jun-2006 miod

In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
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@


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE SMP_SYNC_A SMP_SYNC_B UBC_SYNC_A UBC_SYNC_B
# 1.6 30-May-2002 mickey

make radio attach, not steal other audio attachments


Revision tags: OPENBSD_3_1_BASE
# 1.5 10-Jan-2002 mickey

check if device was opened for writing for modifying ops, also it's enotty not einval; from Vladimir Popov <jumbo@narod.ru> and me


# 1.4 05-Jan-2002 mickey

support detach, from netbsd


# 1.3 02-Jan-2002 mickey

probe does not print anything


Revision tags: UBC_BASE
# 1.2 05-Dec-2001 mickey

branches: 1.2.2;
update for radio drivers from tm@oganer.net und jumbo@narod.ru


Revision tags: OPENBSD_3_0_BASE
# 1.1 04-Oct-2001 gluk

branches: 1.1.4;
Device independent framework for FM-radio driver.

Work by Maxim Tsyplakov <tm@oganer.net>,
Vladimir Popov <jumbo@narod.ru>


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 22-Sep-2016 jsg

Fix indentation of a break statement. No binary change.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.10 14-Sep-2014 jsg

remove uneeded proc.h includes
ok mpi@ kspillner@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.9 03-Jul-2011 matthew

Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
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


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.8 13-Oct-2009 pirofti

Get rid of devact enum, substitute it with an int and coresponding defines.

This is needed for the addition of further suspend/resume actions.

Okay deraadt@, marco@.


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.7 23-Jun-2006 miod

In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
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@


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE SMP_SYNC_A SMP_SYNC_B UBC_SYNC_A UBC_SYNC_B
# 1.6 30-May-2002 mickey

make radio attach, not steal other audio attachments


Revision tags: OPENBSD_3_1_BASE
# 1.5 10-Jan-2002 mickey

check if device was opened for writing for modifying ops, also it's enotty not einval; from Vladimir Popov <jumbo@narod.ru> and me


# 1.4 05-Jan-2002 mickey

support detach, from netbsd


# 1.3 02-Jan-2002 mickey

probe does not print anything


Revision tags: UBC_BASE
# 1.2 05-Dec-2001 mickey

branches: 1.2.2;
update for radio drivers from tm@oganer.net und jumbo@narod.ru


Revision tags: OPENBSD_3_0_BASE
# 1.1 04-Oct-2001 gluk

branches: 1.1.4;
Device independent framework for FM-radio driver.

Work by Maxim Tsyplakov <tm@oganer.net>,
Vladimir Popov <jumbo@narod.ru>