patch-2.2.10 linux/drivers/video/mdacon.c
Next file: linux/fs/Config.in
Previous file: linux/drivers/video/fbcon.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri May 14 17:46:16 1999
- Orig file:
v2.2.9/linux/drivers/video/mdacon.c
- Orig date:
Wed Mar 10 15:29:48 1999
diff -u --recursive --new-file v2.2.9/linux/drivers/video/mdacon.c linux/drivers/video/mdacon.c
@@ -597,7 +597,7 @@
if (mda_first_vc > mda_last_vc)
return;
- take_over_console(&mda_con, mda_first_vc, mda_last_vc, 0);
+ take_over_console(&mda_con, mda_first_vc-1, mda_last_vc-1, 0);
}
#ifdef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)