freebsd-dev/sys/dev/asr
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
..
asr.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
dptalign.h
dptsig.h Fix -Wundef from compiling the amd64 LINT. 2005-12-04 10:06:06 +00:00
i2oadptr.h
i2obscsi.h
i2odep.h Give correct definitions to some basic types. 2006-02-04 08:01:49 +00:00
i2odpt.h
i2oexec.h
i2omsg.h
i2otypes.h
i2outil.h
osd_defs.h
osd_unix.h
osd_util.h
sys_info.h