summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/gusmidi.c
Commit message (Expand)AuthorAgeFilesLines
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-537/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-041-3/+5
* - Do not uiomove with a mutex locked.tanimura2002-01-011-5/+9
* KSE Milestone 2julian2001-09-121-2/+2
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-161-1/+1
* - Do not touch the Giant.tanimura2001-03-141-4/+0
* - Mutexify midi(4). The driver runs under the giant lock by default.tanimura2001-02-261-32/+55
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-181-16/+3
* Finally merge newmidi.tanimura2000-07-111-0/+523
OpenPOWER on IntegriCloud