mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
The D_NEEDMINOR flag was introduced for drivers that do not actually depend on storing a device unit/minor number, but require the ability to address the cdevs by this number, which is used by clone_create(). The cpuctl(4) driver sets D_NEEDMINOR, even though it doesn't use the clone_create() API. Remove the flag, because maybe we want to get rid of it somewhere in the far future. |
||
|---|---|---|
| .. | ||
| cpuctl.c | ||