cvs commit: src/sys/kern tty_cons.c
Poul-Henning Kamp
phk at FreeBSD.org
Fri Sep 26 00:26:55 PDT 2003
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
More information about the cvs-src
mailing list