aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-04-13 22:34:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-04-13 22:34:16 +0000
commit0301e9c83b30376cc159fb07e0a2787a601caaa8 (patch)
tree4969d923e03dbc9c0e1fcb0f70bd693684af2cc5 /sys/dev/syscons/syscons.h
parent0b759b867ac7051439aec1975af5b6801b61b510 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index b5e206af5bdc3..08e8dfcc44ee6 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -129,8 +129,15 @@
/* misc defines */
#define FALSE 0
#define TRUE 1
-#define COL 80
-#define ROW 25
+
+/*
+ The following #defines are hard-coded for a maximum text
+ resolution corresponding to a maximum framebuffer
+ resolution of 1600x1200 with an 8x8 font...
+*/
+#define COL 200
+#define ROW 150
+
#define PCBURST 128
#ifndef BELL_DURATION