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
..
2008-08-18 10:39:59 +00:00
2008-05-13 14:00:09 +00:00
2007-06-30 20:18:44 +00:00
2007-06-10 07:33:48 +00:00
2007-06-11 05:50:47 +00:00
2008-08-19 01:44:56 +00:00
2007-06-11 03:36:55 +00:00
2008-04-26 05:46:28 +00:00
2007-06-11 03:36:55 +00:00
2007-06-19 10:28:08 +00:00
2007-06-21 14:42:34 +00:00
2007-06-30 20:18:44 +00:00
2007-06-18 22:27:57 +00:00
2007-06-20 05:11:37 +00:00
2007-06-30 20:18:44 +00:00
2007-06-20 05:11:37 +00:00
2008-08-23 23:28:33 +00:00