mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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 |
||
|---|---|---|
| .. | ||
| tw_cl.h | ||
| tw_cl_externs.h | ||
| tw_cl_fwif.h | ||
| tw_cl_init.c | ||
| tw_cl_intr.c | ||
| tw_cl_io.c | ||
| tw_cl_ioctl.h | ||
| tw_cl_misc.c | ||
| tw_cl_share.h | ||
| tw_osl.h | ||
| tw_osl_cam.c | ||
| tw_osl_externs.h | ||
| tw_osl_freebsd.c | ||
| tw_osl_includes.h | ||
| tw_osl_inline.h | ||
| tw_osl_ioctl.h | ||
| tw_osl_share.h | ||
| tw_osl_types.h | ||