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
..
2008-09-12 18:15:12 +00:00
2007-08-04 17:43:11 +00:00
2008-08-14 02:43:18 +00:00
2008-01-18 16:34:18 +00:00
2008-09-21 23:16:19 +00:00
2008-07-26 00:01:19 +00:00
2008-08-27 18:47:24 +00:00
2007-10-12 06:03:46 +00:00
2008-09-25 06:46:28 +00:00
2008-08-28 22:28:28 +00:00
2008-07-11 18:26:12 +00:00
2008-09-22 10:37:02 +00:00
2008-09-07 04:35:04 +00:00
2008-08-08 13:43:56 +00:00
2008-05-12 00:15:30 +00:00
2008-05-12 00:15:30 +00:00
2007-10-12 06:03:46 +00:00
2008-04-10 01:25:09 +00:00
2007-07-05 06:51:49 +00:00
2008-01-21 09:51:28 +00:00
2008-06-17 05:48:42 +00:00
2008-04-26 14:13:48 +00:00
2008-08-26 10:41:49 +00:00
2008-02-12 08:58:26 +00:00
2007-12-05 19:32:59 +00:00
2008-08-25 05:20:17 +00:00
2008-08-27 05:39:44 +00:00