freebsd-dev/sys/netgraph/bluetooth/drivers
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
..
bt3c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
h4 Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy. 2007-08-13 17:19:28 +00:00
ubt Simplify ubt_isoc_in_complete2(). Also should fix off by 1 bug. 2008-07-29 00:17:53 +00:00
ubtbcmfw Replace all calls to minor() with dev2unit(). 2008-09-27 08:51:18 +00:00