ed 2008-09-26 14:31:24 UTC
FreeBSD src repository
Modified files:
share/man/man9 make_dev.9
sys/kern kern_conf.c
sys/sys conf.h
Log:
SVN rev 183382 on 2008-09-26 14:31:24Z by ed
Rename the `minor' argument of make_dev(9) to `unit'.
To prevent any further confusion about device minor and unit numbers,
we'd better just refer to device unit numbers. Many people still think
the numbers we show inside devfs have any relation to the numbers passed
to make_dev(9), which is not the case.
Discussed with: kib
Revision Changes Path
1.25 +6 -6 src/share/man/man9/make_dev.9
1.222 +9 -9 src/sys/kern/kern_conf.c
1.244 +3 -3 src/sys/sys/conf.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"