summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/uartsio.c
Commit message (Expand)AuthorAgeFilesLines
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-527/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+2
* Fixed world breakage in previous commit. Somehow the wrong include wasbde2003-09-171-1/+1
* Don't include another driver's private reg.h file (sioreg.h). Includingbde2003-09-161-1/+0
* Do not return(foo()) in void function.semenu2002-12-181-1/+1
* 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-8/+10
* - Do not uiomove with a mutex locked.tanimura2002-01-011-5/+8
* 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
* - 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-50/+62
* 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/+524
OpenPOWER on IntegriCloud