diff options
author | 1996-07-17 18:11:13 +0000 | |
---|---|---|
committer | 1996-07-17 18:11:13 +0000 | |
commit | 8c75894caca1739d2d40ff766ec64a079ad5c83d (patch) | |
tree | 4a0892c9800df61d5531c55a57f3fa860607d33a | |
parent | Need to have "HAVE_UNISTD_H" defined to get the prototype for read(), (diff) | |
download | wireguard-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.c | 3 |
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; |