Date: Sun, 28 Sep 2003 11:20:42 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/uart uart_tty.c Message-ID: <200309281820.h8SIKgOa075796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/09/28 11:20:42 PDT FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, as per the intentions of conf.h, rev 1.176. This change is a no-op as MAJOR_AUTO equals to 0. Revision Changes Path 1.4 +0 -1 src/sys/dev/uart/uart_tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309281820.h8SIKgOa075796>