summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/csamidi.c
Commit message (Expand)AuthorAgeFilesLines
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-586/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+6
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* 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-2/+4
* - Do not uiomove with a mutex locked.tanimura2002-01-011-9/+19
* Catch up to the last commit of KSE.tanimura2001-09-151-1/+1
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-161-1/+1
* Catch up to csareg.h rev 1.3.tanimura2001-06-081-4/+7
* - 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-18/+40
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-181-11/+9
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-2/+0
* Finally merge newmidi.tanimura2000-07-111-0/+554
OpenPOWER on IntegriCloud