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
/
midi.c
Age
Commit message (
Expand
)
Author
2012-04-17
Output interrupts are raised when the uart is ready for output, which
Alexandre Ratchov
2012-03-30
If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;
Alexandre Ratchov
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2011-01-27
while closing the device, don't sleep with the PCATCH flag, otherwise
Alexandre Ratchov
2011-01-01
fix spacing
Alexandre Ratchov
2010-11-18
Don't
Miod Vallat
2010-04-08
remove unneeded variable. ratchov@ ok
Federico G. Schwindt
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-11-01
kqueue support for midi(4).
Nicholas Marriott
2009-10-30
KNOTE() after selwakeup()
Theo de Raadt
2009-08-17
remove prototype of non-existent midi_get_hwif()
Alexandre Ratchov
2009-07-18
While detatching the device, workaround the case when a midi
Alexandre Ratchov
2006-12-21
'tranfer' -> 'transfer' in comments.
Kenneth R Westerback
2006-11-01
poll errors should be POLLERR, not some random E value
Ted Unangst
2006-04-16
Handle input interrupts in a better manner.
Jonathan Gray
2006-04-07
Add optional flush method to MIDI hardware interface.
Jonathan Gray
2004-09-22
the following patch fixes a bug preventing midi uarts that do
Theo de Raadt
2004-09-21
re-add RCS id after last commit
Brad Smith
2004-06-27
better midi stuff from alex@caoua.org
Theo de Raadt
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-10
return ENOTTY not EINVAL in default: in *ioctl()
Michael Shalayeff
2001-03-23
fix compiling in audio-less configs
Michael Shalayeff
2000-06-26
Convert to new timeouts.
Artur Grabowski
2000-05-24
Permit detach of audio devices, such as uaudio. Selected code
Hakan Olsson
2000-01-03
Remove dependencies between midi & audio. midi now will compile on
Federico G. Schwindt
1999-01-02
Remove unnecessary extern
Niklas Hallqvist
1999-01-02
Midi & sequencer support from NetBSD, mostly by Lennart Augustsson
Niklas Hallqvist