freebsd-dev/sys/cddl/contrib/opensolaris/uts/common
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
..
ctf This commit was generated by cvs2svn to compensate for changes in r179193, 2008-05-22 07:04:10 +00:00
dtrace Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
fs Add missing ZFS_EXIT(). 2008-09-15 11:27:25 +00:00
os In keeping with style(9)'s recommendations on macros, use a ';' 2008-03-16 10:58:09 +00:00
rpc * Check endianness the FreeBSD way. 2007-11-28 22:16:00 +00:00
sys Add MIPS support. 2008-08-23 04:58:11 +00:00
zmod
Makefile.files