patch-1.3.22 linux/drivers/char/console.c
Next file: linux/drivers/char/cyclades.c
Previous file: linux/drivers/char/README.unicode
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Sep 1 08:26:08 1995
- Orig file:
v1.3.21/linux/drivers/char/console.c
- Orig date:
Tue Aug 8 12:31:34 1995
diff -u --recursive --new-file v1.3.21/linux/drivers/char/console.c linux/drivers/char/console.c
@@ -2030,7 +2030,7 @@
timer_table[BLANK_TIMER].fn = blank_screen;
timer_table[BLANK_TIMER].expires = 0;
if (blankinterval) {
- timer_table[BLANK_TIMER].expires = jiffies+blankinterval;
+ timer_table[BLANK_TIMER].expires = jiffies + blankinterval;
timer_active |= 1<<BLANK_TIMER;
}
@@ -2051,7 +2051,8 @@
video_type = VIDEO_TYPE_MDA;
video_mem_term = 0xb2000;
display_desc = "*MDA";
- request_region(0x3b0,16,"mda");
+ request_region(0x3b0,12,"mda");
+ request_region(0x3bf, 1,"mda");
}
}
else /* If not, it is color. */
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