summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/mpu.c
Commit message (Expand)AuthorAgeFilesLines
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-805/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Don't attempt to destroy the driver mutex when it hasn't yetdeischen2003-10-291-1/+1
* Don't include another driver's private reg.h file (sioreg.h). Includingbde2003-09-161-1/+0
* 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-6/+8
* - Do not uiomove with a mutex locked.tanimura2002-01-011-12/+22
* Modify the critical section API as follows:jhb2001-12-181-6/+5
* These two used sioreg.h as well. This is mildly bogus, but it is harderimp2001-10-221-1/+1
* KSE Milestone 2julian2001-09-121-1/+1
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-161-1/+1
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-041-1/+1
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* Again initialize a mutex well, then lock it.tanimura2001-04-031-1/+3
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-5/+6
* - 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-78/+43
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-181-11/+3
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-2/+0
* Finally merge newmidi.tanimura2000-07-111-0/+835
OpenPOWER on IntegriCloud