diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 09:36:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 09:36:44 +0000 |
commit | be51ec50f444142658346a816e44456a7901f70b (patch) | |
tree | 3071e52d8383b3e98d0cc2433d1ff658c8e954ce /sys/arch/i386/isa/pcvt/pcvt_ext.c | |
parent | 0d3a981cbec2a292caa277691bc4d2f5f0c3c2b6 (diff) |
grok trident 9660
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_ext.c')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_ext.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_ext.c b/sys/arch/i386/isa/pcvt/pcvt_ext.c index cf3f16746e7..bb1e4f33a1c 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.11 1998/01/04 12:50:18 deraadt Exp $ */ +/* $OpenBSD: pcvt_ext.c,v 1.12 1998/03/28 09:36:41 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -269,6 +269,10 @@ vga_chipset(void) can_do_132col = 1; return(VGA_TR9440); + case 0xd3: + can_do_132col = 1; + return(VGA_TR9660); + default: return(VGA_TRUNKNOWN); } |