cvs commit: src/sys/dev/syscons syscons.c
Dag-Erling Smorgrav
des at FreeBSD.org
Thu Aug 5 16:54:05 PDT 2004
des 2004-08-05 23:54:04 UTC
FreeBSD src repository
Modified files:
sys/dev/syscons syscons.c
Log:
Just because we have a serial console attached does not mean we don't
want a splash screen.
There seems to be some confusion in the syscons code as to the meaning of
the SC_KERNEL_CONSOLE flag. Its absence is sometimes interpreted to mean
"I am not the system console", and sometimes to mean "I am not the only
VGA console" (see the font loading code for an example of the latter).
Someone with better syscons fu than myself should take a closer look.
Revision Changes Path
1.427 +1 -1 src/sys/dev/syscons/syscons.c
More information about the cvs-src
mailing list