summaryrefslogtreecommitdiff
path: root/sys/dev/midi.c
AgeCommit message (Expand)Author
2012-04-17Output interrupts are raised when the uart is ready for output, whichAlexandre Ratchov
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseAlexandre Ratchov
2011-01-01fix spacingAlexandre Ratchov
2010-11-18Don'tMiod Vallat
2010-04-08remove unneeded variable. ratchov@ okFederico G. Schwindt
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-01kqueue support for midi(4).Nicholas Marriott
2009-10-30KNOTE() after selwakeup()Theo de Raadt
2009-08-17remove prototype of non-existent midi_get_hwif()Alexandre Ratchov
2009-07-18While detatching the device, workaround the case when a midiAlexandre Ratchov
2006-12-21'tranfer' -> 'transfer' in comments.Kenneth R Westerback
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
2006-04-16Handle input interrupts in a better manner.Jonathan Gray
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2004-09-22the following patch fixes a bug preventing midi uarts that doTheo de Raadt
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
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
2000-01-03Remove dependencies between midi & audio. midi now will compile onFederico G. Schwindt
1999-01-02Remove unnecessary externNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist