summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-02 01:46:44 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-02 01:46:44 +0000
commit5988d7c4c91b052b773b27a3a9db5e86e8045bb7 (patch)
tree36c4583bbc5f7a09f6513d2af61b5845a2da4b0c
parent87b51d82d9a9aa72f81b38d49752e2446d67816c (diff)
downloadFreeBSD-src-5988d7c4c91b052b773b27a3a9db5e86e8045bb7.zip
FreeBSD-src-5988d7c4c91b052b773b27a3a9db5e86e8045bb7.tar.gz
Increase maximum number of columns to support 1920x1200 displays.
This is a MFC of r262480 and r262502. Please note that this is changing a constant in a header file so it could affect ABIs. However, as far as I can tell, this is apparently only used in code to declare static arrays and thus it should be safe to change... PR: kern/180558
-rw-r--r--sys/dev/syscons/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 353b67f..06e1045 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -145,9 +145,9 @@
/*
The following #defines are hard-coded for a maximum text
resolution corresponding to a maximum framebuffer
- resolution of 1600x1200 with an 8x8 font...
+ resolution of 1920x1200 with an 8x8 font...
*/
-#define COL 200
+#define COL 240
#define ROW 150
#define PCBURST 128
OpenPOWER on IntegriCloud