Date: Sat, 29 Jan 2005 15:07:13 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c Message-ID: <200501291507.j0TF7DMp019700@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-29 15:07:13 UTC FreeBSD src repository Modified files: sys/sys conf.h sys/kern kern_conf.c Log: Add MAXMINOR #define, we should have had this long time ago. Add minor2unit() in addition to dev2unit() and unit2minor(). If it wasn't such a hazzle we should redefine minor numbers in the kernel without the gap for the major number, but it's not worth the bother (yet). Revision Changes Path 1.168 +9 -3 src/sys/kern/kern_conf.c 1.210 +3 -0 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501291507.j0TF7DMp019700>