summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-07-17 18:11:14 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-07-17 18:11:14 +0000
commitae0c1d0a3e2fa07623de6a4e8da00b890db9c893 (patch)
tree562d8c625091fbdf52da23936dd0cc4b9965b3f7 /sys
parent7d4d715b7f9569f0d52a0115009940edf4ef542d (diff)
nextbsd pr#2637 (and 2638): add cirrus gd5434.
Diffstat (limited to 'sys')
-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;