From ae0c1d0a3e2fa07623de6a4e8da00b890db9c893 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Wed, 17 Jul 1996 18:11:14 +0000 Subject: nextbsd pr#2637 (and 2638): add cirrus gd5434. --- sys/arch/i386/isa/pcvt/pcvt_ext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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; -- cgit v1.2.3