CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/09/29 06:56:32
Modified files:
sys/arch/amd64/amd64: machdep.c
sys/dev : cninit.c cons.h
sys/arch/i386/i386: bios.c
Log message:
Get rid of cnset(). It is only used on amd64/i386 and doesn't really do
anything useful there. Switching from glass console to serial console is
already done by cninit(), and the reinitializaton of cn_tab by cnset()
breaks the conseleness checks in the wsdisplay code.
Tested on various amd64/i386 systems with both glass and serial console.
ok mpi@