Date: Mon, 11 Sep 2000 10:15:33 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h src/sys/kern kern_conf.c Message-ID: <200009111715.KAA21275@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/09/11 10:15:33 PDT Modified files: sys/sys conf.h Log: Prevent multiple make_dev() calls on the same dev_t and similar bogosities. A couple of new warnings may be emitted during boot if drivers DTWT. Tested by: George Cox <gjvc@gjvc.com> Revision Changes Path 1.118 +2 -1 src/sys/sys/conf.h Modified files: sys/kern kern_conf.c Log: revent multiple make_dev() calls on the same dev_t and similar bogosities. A couple of new warnings may be emitted during boot if drivers DTWT. Tested by: George Cox <gjvc@gjvc.com> Revision Changes Path 1.82 +17 -1 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?200009111715.KAA21275>