opnsense-src/sys/dev/sound/midi
Poul-Henning Kamp 816d62bbb9 Device megapatch 5/6:
Remove the unused second argument from udev2dev().

Convert all remaining users of makedev() to use udev2dev().  The
semantic difference is that udev2dev() will only locate a pre-existing
dev_t, it will not line makedev() create a new one.

Apart from the tiny well controlled windown in D_PSEUDO drivers,
there should no longer be any "anonymous" dev_t's in the system
now, only dev_t's created with make_dev() and make_dev_alias()
2004-02-21 21:32:15 +00:00
..
midi.c Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
midi.h Device megapatch 5/6: 2004-02-21 21:32:15 +00:00
midibuf.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
midibuf.h - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
midisynth.c - Provide toggles to show debug messages. Set new sysctl variables 2002-01-04 01:13:49 +00:00
midisynth.h - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
miditypes.h - Do not uiomove with a mutex locked. 2002-01-01 17:36:26 +00:00
sequencer.c Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
sequencer.h - Provide toggles to show debug messages. Set new sysctl variables 2002-01-04 01:13:49 +00:00
timer.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
timer.h Add the system default timer engine. 2002-01-04 01:16:18 +00:00