freebsd-nq/sys/dev/sound
Seigo Tanimura 87a636ccb0 - 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.
2001-02-26 07:36:24 +00:00
..
isa - Mutexify midi(4). The driver runs under the giant lock by default. 2001-02-26 07:36:24 +00:00
midi - Mutexify midi(4). The driver runs under the giant lock by default. 2001-02-26 07:36:24 +00:00
pci - Mutexify midi(4). The driver runs under the giant lock by default. 2001-02-26 07:36:24 +00:00
pcm add a format feeder for conversion from alaw to ulaw and vice versa. 2001-02-13 22:00:57 +00:00
chip.h - Handle an interrupt for csa primarily in the bridge driver, 2000-01-03 02:51:16 +00:00
driver.c Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the 2001-02-01 20:29:16 +00:00