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
/
midivar.h
Age
Commit message (
Expand
)
Author
2023-09-26
Use existing `audio_lock' mutex(9) to make `midi{read,write}_filtops' MP
Vitaliy Makkoveev
2022-03-21
Constify struct {audio,midi,radio,video}_hw_if. No functional change.
Miod Vallat
2021-10-30
Defer selwakeup() calls to a softintr
Alexandre Ratchov
2020-01-10
Remove unused MIDI_MAXWRITE macro
Alexandre Ratchov
2017-07-19
Remove SIGIO support. The audio(4) driver doesn't implement it either and
Mark Kettenis
2015-05-16
Use device_lookup() instead of digging into midi_cd.cd_devs[] and
Alexandre Ratchov
2015-05-12
remove the sc->isopen flag, as sc->flags already hold the
Alexandre Ratchov
2013-03-15
Delete the sequencer(4) driver, since its not used any longer. Diff
Alexandre Ratchov
2012-03-30
If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;
Alexandre Ratchov
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
Jonathan Gray
2004-06-27
better midi stuff from alex@caoua.org
Theo de Raadt
2000-06-26
Convert to new timeouts.
Artur Grabowski
1999-01-02
Midi & sequencer support from NetBSD, mostly by Lennart Augustsson
Niklas Hallqvist