summaryrefslogtreecommitdiff
path: root/sys/dev/midi.c
AgeCommit message (Collapse)Author
2004-09-22the following patch fixes a bug preventing midi uarts that doTheo de Raadt
not support interrupts on output, from writing blocks larger than MIDI_MAXWRITE bytes. tested on both kinds of devices from alex-contact@caoua.org
2004-09-21re-add RCS id after last commitBrad Smith
2004-06-27better midi stuff from alex@caoua.orgTheo de Raadt
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-10return ENOTTY not EINVAL in default: in *ioctl()Michael Shalayeff
2001-03-23fix compiling in audio-less configsMichael Shalayeff
2000-06-26Convert to new timeouts.Artur Grabowski
2000-05-24Permit detach of audio devices, such as uaudio. Selected codeHakan Olsson
from NetBSD/Lennart Augustsson. (niklas@ ok)
2000-01-03Remove dependencies between midi & audio. midi now will compile onFederico G. Schwindt
speaker only systems.
1999-01-02Remove unnecessary externNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist