patch-2.4.0-test12 linux/drivers/video/dummycon.c
Next file: linux/drivers/video/fbcon-sti.c
Previous file: linux/drivers/video/atyfb.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Dec 5 12:29:39 2000
- Orig file:
v2.4.0-test11/linux/drivers/video/dummycon.c
- Orig date:
Tue Oct 31 12:42:27 2000
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/video/dummycon.c linux/drivers/video/dummycon.c
@@ -20,6 +20,9 @@
#if defined(__arm__)
#define DUMMY_COLUMNS ORIG_VIDEO_COLS
#define DUMMY_ROWS ORIG_VIDEO_LINES
+#elif defined(__hppa__)
+#define DUMMY_COLUMNS 80 /* fixme ! (mine uses 160x64 at 1280x1024) */
+#define DUMMY_ROWS 25
#else
#define DUMMY_COLUMNS 80
#define DUMMY_ROWS 25
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)