diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 19:16:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-28 19:16:05 +0000 |
commit | eeb8bde148ad9647600eb778ffcb3e25f570ed69 (patch) | |
tree | 217f0f36ef5fa2ffff3e022a416aaae603b58bb1 /sys | |
parent | f847a922047ac2a97b1bc3f616fcb609c6a47603 (diff) |
complete TVGA 9660 support
Diffstat (limited to 'sys')
-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 bb1e4f33a1c..5b0f7083a07 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.12 1998/03/28 09:36:41 deraadt Exp $ */ +/* $OpenBSD: pcvt_ext.c,v 1.13 1998/03/28 19:16:04 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -641,6 +641,7 @@ vga_string(int number) "TVGA 9100", "TVGA 9200", "TVGA 9440", + "TVGA 9660", "unknown Trident", "S3 911", "S3 924", |