patch-1.3.75 linux/drivers/char/vga.c
Next file: linux/drivers/net/3c503.c
Previous file: linux/drivers/char/vesa_blank.c
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Fri Mar 15 11:01:46 1996
- Orig file:
v1.3.74/linux/drivers/char/vga.c
- Orig date:
Tue Nov 21 13:22:10 1995
diff -u --recursive --new-file v1.3.74/linux/drivers/char/vga.c linux/drivers/char/vga.c
@@ -26,7 +26,7 @@
* Improved loadable font/UTF-8 support by H. Peter Anvin
* Feb-Sep 1995 <peter.anvin@linux.org>
*
- * improved scrollback, plus colour palette handling, by Simon Tatham
+ * Colour palette handling, by Simon Tatham
* 17-Jun-95 <sgt20@cam.ac.uk>
*
*/
@@ -190,8 +190,11 @@
outb_p (6, 0x3cf) ;
#endif
- /* normalise the palette registers, to point the
- * 16 screen colours to the first 16 DAC entries */
+ /*
+ * Normalise the palette registers, to point
+ * the 16 screen colours to the first 16
+ * DAC entries.
+ */
for (i=0; i<16; i++) {
inb_p (0x3da) ;
@@ -200,8 +203,8 @@
}
outb_p (0x20, 0x3c0) ;
- /* now set the DAC registers back to their default
- * values */
+ /* now set the DAC registers back to their
+ * default values */
for (i=0; i<16; i++) {
outb_p (color_table[i], 0x3c8) ;
@@ -227,7 +230,6 @@
{
memcpyw((unsigned short *)vc_scrbuf[currcons],
(unsigned short *)origin, video_screen_size);
- __scrollback_mode = 0 ;
origin = video_mem_start = (unsigned long)vc_scrbuf[currcons];
scr_end = video_mem_end = video_mem_start + video_screen_size;
pos = origin + y*video_size_row + (x<<1);
@@ -276,6 +278,7 @@
origin = video_mem_base + offset;
scr_end = origin + video_screen_size;
pos = origin + y*video_size_row + (x<<1);
+ has_wrapped = 0;
}
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this