summaryrefslogtreecommitdiff
path: root/sys/dev/midivar.h
AgeCommit message (Expand)Author
2017-07-19Remove SIGIO support. The audio(4) driver doesn't implement it either andMark Kettenis
2015-05-16Use device_lookup() instead of digging into midi_cd.cd_devs[] andAlexandre Ratchov
2015-05-12remove the sc->isopen flag, as sc->flags already hold theAlexandre Ratchov
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-06-27better midi stuff from alex@caoua.orgTheo de Raadt
2000-06-26Convert to new timeouts.Artur Grabowski
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist