opnsense-src/sys/cddl/dev/dtrace
Ed Schouten d3ce832719 Remove unit2minor() use from kernel code.
When I changed kern_conf.c three months ago I made device unit numbers
equal to (unneeded) device minor numbers. We used to require
bitshifting, because there were eight bits in the middle that were
reserved for a device major number. Not very long after I turned
dev2unit(), minor(), unit2minor() and minor2unit() into macro's.
The unit2minor() and minor2unit() macro's were no-ops.

We'd better not remove these four macro's from the kernel, because there
is a lot of (external) code that may still depend on them. For now it's
harmless to remove all invocations of unit2minor() and minor2unit().

Reviewed by:	kib
2008-09-26 14:19:52 +00:00
..
amd64
i386
dtrace_anon.c
dtrace_cddl.h
dtrace_clone.c
dtrace_debug.c
dtrace_hacks.c
dtrace_ioctl.c
dtrace_load.c
dtrace_modevent.c
dtrace_sysctl.c
dtrace_test.c
dtrace_unload.c
dtrace_vtime.c