From: Aivils S. <ai...@us...> - 2003-09-29 08:57:55
|
Update of /cvsroot/linuxconsole/ruby/ruby-2.6/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv16905/ruby-2.6/drivers/char Modified Files: vt.c Log Message: fbcon is back Index: vt.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/drivers/char/vt.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- vt.c 29 Sep 2003 08:50:56 -0000 1.4 +++ vt.c 29 Sep 2003 08:57:39 -0000 1.5 @@ -1912,9 +1912,10 @@ vc = vt->fg_console; update_screen(vc); - printk("Console: switching to %s %s %dx%d\n", + printk("Console: switching to %s %s %dx%d vc:%d-%d\n", vc->vc_can_do_color ? "colour" : "mono", - desc, vc->vc_cols, vc->vc_rows); + desc, vc->vc_cols, vc->vc_rows, + vt->first_vc + 1, vt->first_vc + vt->vc_count); } /* |