From nobody  Sun Feb 14 15:33:25 1999
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id PAA25837;
          Sun, 14 Feb 1999 15:33:25 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199902142333.PAA25837@hub.freebsd.org>
Date: Sun, 14 Feb 1999 15:33:25 -0800 (PST)
From: garbanzo@hooked.net
To: freebsd-gnats-submit@freebsd.org
Subject: missing VGA description
X-Send-Pr-Version: www-1.0

>Number:         10095
>Category:       kern
>Synopsis:       missing VGA description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 14 15:40:01 PST 1999
>Closed-Date:    Thu Jan 27 04:02:30 PST 2000
>Last-Modified:  Thu Jan 27 04:05:39 PST 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Thu Jan 27 04:02:30 PST 2000 
State-Changed-Why:  
Riva TNT has beem recognized by pcisupport.c since rev 1.118. 
>Unformatted:
