Date: Fri, 26 Sep 2003 00:26:54 -0700 (PDT) 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/kern tty_cons.c Message-ID: <200309260726.h8Q7QsN7081899@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/09/26 00:26:54 PDT FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Remove wrongly sized cnd_name field, we now store the name in the consdev structure. If the consdev name is not set and we have a cn_dev, set the name from there. Try to issue a printf about this, even though it may not have a place to go. Modify the sysctl related code to pick up the name from the consdev instead. Revision Changes Path 1.114 +21 -15 src/sys/kern/tty_cons.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309260726.h8Q7QsN7081899>