aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi/midi.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* semi-automatic style(9)Alexander Leidinger2007-02-251-10/+10
* Clean up the BSD license to match the preferred license inJoel Dahl2007-01-281-17/+19
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-271-0/+55
* Axe the old midi drivers and framework. matk has developed a newSeigo Tanimura2004-06-011-334/+0
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Include <machine/limits.h> for definition of ULONG_MAX. Remove aMike Barcroft2002-03-251-1/+1
* - Provide toggles to show debug messages. Set new sysctl variablesSeigo Tanimura2002-01-041-40/+60
* - Do not uiomove with a mutex locked.Seigo Tanimura2002-01-011-0/+1
* Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.Seigo Tanimura2001-11-031-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+1
* - Do not touch the Giant.Seigo Tanimura2001-03-141-13/+0
* - Mutexify midi(4). The driver runs under the giant lock by default.Seigo Tanimura2001-02-261-9/+40
* Encapselate midi_info, nmidi and nsynth into midi.c.Seigo Tanimura2001-02-181-5/+5
* Since the unit number of a midi/sequencer device is expressed in 4Seigo Tanimura2000-09-181-1/+1
* Finally merge newmidi.Seigo Tanimura2000-07-111-0/+294