Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Dec 1999 22:18:38 -0800 (PST)
From:      vkushnir@Alfacom.net
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/15299: One more videocard (NVidia Vanta)
Message-ID:  <19991206061838.192AF1506A@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15299
>Category:       kern
>Synopsis:       One more videocard (NVidia Vanta)
>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 Dec  5 22:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kushnir
>Release:        FreeBSD 4.0-CURRENT
>Organization:
>Environment:
FreeBSD kushnir1.kiev.ua 4.0-CURRENT FreeBSD 4.0-CURRENT #0:Fri Dec 3 10:57:17 EET 1999     
root@kushnir1.kiev.ua:/usr/src/sys/compile/KUSHNIR  i386

>Description:
Tiny pathch to sys/pci/pcisupport.c to recognize NVidia Vanta card
>How-To-Repeat:

>Fix:
*** /usr/src/sys/pci/pcisupport.c.ctm   Wed Nov 24 12:23:07 1999
--- /usr/src/sys/pci/pcisupport.c       Wed Nov 24 12:24:37 1999
***************
*** 1479,1484 ****
--- 1479,1486 ----
                        chip = "Riva TNT"; break;       
                case 0x0028:
                        chip = "Riva TNT2"; break;
+               case 0x002c:
+                       chip = "TNT2 Vanta"; break;
                }
                break;
        case 0x12d2:


>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?19991206061838.192AF1506A>