aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa/mpu.c
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* - Provide toggles to show debug messages. Set new sysctl variablesSeigo Tanimura2002-01-041-6/+8
* - Do not uiomove with a mutex locked.Seigo Tanimura2002-01-011-12/+22
* Modify the critical section API as follows:John Baldwin2001-12-181-6/+5
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-221-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Use INTR_TYPE_AV for the interrupt handlers because:Peter Wemm2001-06-161-1/+1
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-041-1/+1
* - Eliminate locks in functions called only during probe and attach.Seigo Tanimura2001-05-081-10/+15
* Again initialize a mutex well, then lock it.Seigo Tanimura2001-04-031-1/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-5/+6
* - Do not touch the Giant.Seigo Tanimura2001-03-141-4/+0
* - Mutexify midi(4). The driver runs under the giant lock by default.Seigo Tanimura2001-02-261-78/+43
* Encapselate midi_info, nmidi and nsynth into midi.c.Seigo Tanimura2001-02-181-11/+3
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-2/+0
* Finally merge newmidi.Seigo Tanimura2000-07-111-0/+835