summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-03-08 15:26:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-03-08 15:26:10 +0000
commit8ed092462c27fb7138046c3a86a65a11144ff7fd (patch)
tree3c7eb44ac6cf33173dd2382d7e6dd4317788f3db /sys/arch/amiga
parent49956693dad1aac24c96c4a6a80ad5803ae1ccce (diff)
Tweak horizontal frequency higher so that fringe case (basic SVGA + old
picassoII) work.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r--sys/arch/amiga/dev/grf_cl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/grf_cl.c b/sys/arch/amiga/dev/grf_cl.c
index 4291f2cd6d2..52fbb939cbc 100644
--- a/sys/arch/amiga/dev/grf_cl.c
+++ b/sys/arch/amiga/dev/grf_cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grf_cl.c,v 1.12 1998/03/01 12:42:40 niklas Exp $ */
+/* $OpenBSD: grf_cl.c,v 1.13 1999/03/08 15:26:09 espie Exp $ */
/* $NetBSD: grf_cl.c,v 1.20 1997/07/29 17:46:24 veego Exp $ */
/*
@@ -145,7 +145,7 @@ unsigned long cl_maxpixelclock = 86000000;
extern unsigned char CIRRUSFONT[];
struct grfcltext_mode clconsole_mode = {
- {255, "", 25200000, 640, 480, 4, 640/8, 752/8, 792/8, 800/8,
+ {255, "", 28200000, 640, 480, 4, 640/8, 752/8, 792/8, 832/8,
481, 490, 498, 522, 0},
8, CIRRUSFONTY, 80, 480 / CIRRUSFONTY, CIRRUSFONT, 32, 255
};