Date: Wed, 29 Jan 2003 13:54:03 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Message-ID: <200301292154.h0TLs3l9077679@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/01/29 13:54:03 PST Modified files: sys/kern kern_conf.c Log: NODEVFS cleanup: Remove cdevsw[]. This implicitly removes the need for major numbers, but a number of drivers still know things they shouldn't need to, and we need to consider if there are applications which cache major(+minor) gleaned from stat(2) and rely on it being constant over reboots before we start assigning random majors. Revision Changes Path 1.117 +0 -31 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301292154.h0TLs3l9077679>