From owner-freebsd-bugs Sun Feb 14 15:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26239 for freebsd-bugs-outgoing; Sun, 14 Feb 1999 15:40:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26230 for ; Sun, 14 Feb 1999 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA07928; Sun, 14 Feb 1999 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 X-Send-Pr-Version: www-1.0 Subject: kern/10095: missing VGA description Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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