summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-07-17 18:11:13 +0000
committerdownsj <downsj@openbsd.org>1996-07-17 18:11:13 +0000
commit8c75894caca1739d2d40ff766ec64a079ad5c83d (patch)
tree4a0892c9800df61d5531c55a57f3fa860607d33a
parentNeed to have "HAVE_UNISTD_H" defined to get the prototype for read(), (diff)
downloadwireguard-openbsd-8c75894caca1739d2d40ff766ec64a079ad5c83d.tar.xz
wireguard-openbsd-8c75894caca1739d2d40ff766ec64a079ad5c83d.zip
nextbsd pr#2637 (and 2638): add cirrus gd5434.
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_ext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_ext.c b/sys/arch/i386/isa/pcvt/pcvt_ext.c
index e8c62e3b138..f97b4af2588 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_ext.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_ext.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_ext.c,v 1.5 1996/05/07 13:07:01 mickey Exp $ */
+/* $OpenBSD: pcvt_ext.c,v 1.6 1996/07/17 18:11:13 downsj Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -517,6 +517,7 @@ vga_chipset(void)
return VGA_CL_GD5428;
case 0x28:
+ case 0x2a: /* GD5434 */
can_do_132col = 1;
return VGA_CL_GD5430;