diff options
author | James Simmons <[email protected]> | 2005-06-21 17:17:00 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-06-21 19:07:40 -0700 |
commit | f18cd8f7053a1e6755d1c1396884b2bfa1577e54 (patch) | |
tree | ee31f412a9b0a123cac5b3ecc363969be68f7f3b /net/lapb/lapb_out.c | |
parent | 8d7f085342ddf20194b6e00c42b80968f15104db (diff) |
[PATCH] VGA to fbcon fix.
Currently when going from vgacon to fbcon the VT screenbuffer are often
different sizes. In the case when they are different sizes a new VT
screenbuffer is allocated and the contents are copied into the new buffer.
Currently the amount copied from VGA text memory to the new screenbuf is
the size of the framebuffer console. If the framebuffer console new VT
screen buffer is greater than the VGA text memory size then we get some of
the VGA BIOS contents as well.
This patch will only allow you to copy up to the size of VGA text memory
now. The rest is filled with erase characters.
Initial patch by Jordan Crouse <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions