freebsd-skq/sys/dev/twa
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
..
tw_cl_externs.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_cl_fwif.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_cl_init.c Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_cl_intr.c Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_cl_io.c Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_cl_ioctl.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_cl_misc.c Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_cl_share.h Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_cl.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl_cam.c Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_osl_externs.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl_freebsd.c Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00
tw_osl_includes.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl_inline.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl_ioctl.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl_share.h Update to version 3.70.03.007 from the vendor. This adds support for new 2007-10-09 17:43:57 +00:00
tw_osl_types.h Import version 3.60.03.006 of the TWA driver: 2007-05-09 04:16:32 +00:00
tw_osl.h Deferred interrupts don't work yet, disable them. 2007-10-12 16:51:22 +00:00