Date: Sun, 9 Mar 2003 03:03:45 -0800 (PST) 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/conf majors src/sys/dev/sab sab.c src/sys/dev/zs zs.c src/sys/i386/isa loran.c src/sys/kern subr_devstat.c src/sys/net if.c src/sys/netncp ncp_mod.c Message-ID: <200303091103.h29B3jCU008837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/03/09 03:03:45 PST FreeBSD src repository Modified files: sys/conf majors sys/dev/sab sab.c sys/dev/zs zs.c sys/i386/isa loran.c sys/kern subr_devstat.c sys/net if.c sys/netncp ncp_mod.c Log: Note that MAJOR_AUTO is now the default if d_maj is not initialized. This is more robust and prevents the hijacking of /dev/console for the typical mistake. Remove unneeded MAJOR_AUTO uses, it is only needed explicitly now if the driver source has cross-branch compatibility to old releases. Revision Changes Path 1.173 +3 -2 src/sys/conf/majors 1.16 +0 -1 src/sys/dev/sab/sab.c 1.11 +0 -1 src/sys/dev/zs/zs.c 1.42 +0 -1 src/sys/i386/isa/loran.c 1.34 +0 -1 src/sys/kern/subr_devstat.c 1.161 +0 -1 src/sys/net/if.c 1.9 +0 -1 src/sys/netncp/ncp_mod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303091103.h29B3jCU008837>