freebsd-dev/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
midisynth.c
midisynth.h
miditypes.h
sequencer.c Device megapatch 4/6: 2004-02-21 21:10:55 +00:00
sequencer.h
timer.c
timer.h