cvs commit: src/sys/dev/cpuctl cpuctl.c
Ed Schouten
ed at FreeBSD.org
Mon Sep 1 18:56:07 UTC 2008
ed 2008-09-01 18:56:01 UTC
FreeBSD src repository
Modified files:
sys/dev/cpuctl cpuctl.c
Log:
SVN rev 182628 on 2008-09-01 18:56:01Z by ed
Remove unneeded D_NEEDMINOR from cpuctl(4).
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.
Revision Changes Path
1.2 +0 -1 src/sys/dev/cpuctl/cpuctl.c
More information about the cvs-src
mailing list