Date: Sun, 14 Feb 1999 15:33:25 -0800 (PST) From: garbanzo@hooked.net To: freebsd-gnats-submit@FreeBSD.ORG Subject: kern/10095: missing VGA description Message-ID: <199902142333.PAA25837@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 10095 >Category: kern >Synopsis: missing VGA description >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 15:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alex Zepeda >Release: 4.0-CURRENT >Organization: >Environment: zippy:~#uname -a FreeBSD zippy.dyn.ml.org 4.0-CURRENT FreeBSD 4.0-CURRENT #34: Sun Feb 14 15:14:07 PST 1999 root@zippy.dyn.ml.org:/usr/src/sys/compile/PAVOGRANDE i386 >Description: At boot up any Diamond graphics card is recognized as a "VGA Compatable device" or somesuch. >How-To-Repeat: Run FreeBSD on a machine with a Diamond Viper 550 or any other Diamond graphics adaptor installed. >Fix: --- pcisupport.c Sat Feb 13 09:51:46 1999 +++ pcisupport.c.new Sun Feb 14 15:16:42 1999 @@ -1103,6 +1103,15 @@ chip = "Imagine 128"; break; } break; + case 0x10de: + vendor = "Diamond"; + switch (id >> 16) { + case 0x0020: + type = "graphics accelerator"; + chip = "Viper 550 TNT"; + break; + } + break; case 0x1142: vendor = "Alliance"; switch (id >> 16) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902142333.PAA25837>