freebsd-dev/sys/dev/sound/midi
Ed Schouten 6bfa9a2d66 Replace all calls to minor() with dev2unit().
After I removed all the unit2minor()/minor2unit() calls from the kernel
yesterday, I realised calling minor() everywhere is quite confusing.
Character devices now only have the ability to store a unit number, not
a minor number. Remove the confusion by using dev2unit() everywhere.

This commit could also be considered as a bug fix. A lot of drivers call
minor(), while they should actually be calling dev2unit(). In -CURRENT
this isn't a problem, but it turns out we never had any problem reports
related to that issue in the past. I suspect not many people connect
more than 256 pieces of the same hardware.

Reviewed by:	kib
2008-09-27 08:51:18 +00:00
..
midi.c Disable seq_modevent(). The implementation is incomplete, and causing 2007-04-02 06:03:47 +00:00
midi.h semi-automatic style(9) 2007-02-25 13:51:52 +00:00
midiq.h semi-automatic style(9) 2007-02-25 13:51:52 +00:00
mpu401.c Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for 2008-04-16 16:47:14 +00:00
mpu401.h semi-automatic style(9) 2007-02-25 13:51:52 +00:00
mpu_if.m semi-automatic style(9) 2007-02-25 13:51:52 +00:00
mpufoi_if.m semi-automatic style(9) 2007-02-25 13:51:52 +00:00
sequencer.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
sequencer.h semi-automatic style(9) 2007-02-25 13:51:52 +00:00
synth_if.m semi-automatic style(9) 2007-02-25 13:51:52 +00:00