summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>1999-03-08 15:26:09 +0000
committerespie <espie@openbsd.org>1999-03-08 15:26:09 +0000
commitb4f00bce3deea358d196357e05cdd9c23f47f4e9 (patch)
tree26621dc2f7a00bf9cfd2d81ad015ad8d541a2c26
parentbetter string handling (diff)
downloadwireguard-openbsd-b4f00bce3deea358d196357e05cdd9c23f47f4e9.tar.xz
wireguard-openbsd-b4f00bce3deea358d196357e05cdd9c23f47f4e9.zip
Tweak horizontal frequency higher so that fringe case (basic SVGA + old
picassoII) work.
-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
};