K 10 svn:author V 8 tanimura K 8 svn:date V 27 2001-02-26T07:36:24.000000Z K 7 svn:log V 489 - Mutexify midi(4). The driver runs under the giant lock by default. If you ever want to run midi(4) out of the giant lock, uncomment MIDI_OUTOFGIANT in midi.h. Confirmed to work for csamidi with WITNESS and INVARIANTS. - midi_info, midi_open and seq_info are now tailqs, allowing arbitrary numbers of devices to be configured. - Do not send an active sensing message to reset midi modules. - Clone /dev/sequencer*. /dev/sequencer0 and /dev/sequencer are generated upon initialization. END