freebsd-dev/sys/contrib
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
..
altq/altq I think we can remove the conditionals for freebsd 2.0 now 2008-08-25 07:33:17 +00:00
dev Merge ath again (addition of wisoc files). 2008-09-05 22:24:31 +00:00
ia64/libuwx Apply local modifications to make Unwind Express BETA 10 buildable and 2006-07-07 23:56:34 +00:00
ipfilter/netinet Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
ngatm This commit was generated by cvs2svn to compensate for changes in r171364, 2007-07-11 14:41:54 +00:00
pf Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
rdma Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00