Date: Sun, 27 Jun 1999 14:41:14 +0400 (MSD) From: camel@avias.com To: FreeBSD-gnats-submit@freebsd.org Subject: kern/12409: add some more chipset models by NVidia to pcisupport.c Message-ID: <199906271041.OAA02016@camel.avias.com>
next in thread | raw e-mail | index | archive | help
>Number: 12409
>Category: kern
>Synopsis: add some more chipset models by NVidia to pcisupport.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jun 27 03:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator: Ilya Naumov
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
NIIAVIA
>Environment:
FreeBSD camel.avias.com 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Tue Jun 8 01:46:40 MSD 1999 root@camel.avias.local:/usr/src/sys/compile/CAMEL i386
>Description:
i have added detection of some new chipset models by NVidia (and Voodoo 3 by 3dfx as well) to pcisupport.c
>How-To-Repeat:
>Fix:
here is the patch:
--- pcisupport.old Sun Jun 27 14:14:33 1999
+++ pcisupport.c Sun Jun 27 14:21:29 1999
@@ -1321,6 +1321,8 @@
switch (id >> 16) {
case 0x0003:
chip = "Voodoo Banshee"; break;
+ case 0x0005:
+ chip = "Voodoo 3"; break;
}
break;
case 0x102b:
@@ -1536,6 +1538,12 @@
chip = "Riva TNT"; break;
case 0x0028:
chip = "Riva TNT2"; break;
+ case 0x0029:
+ chip = "Riva TNT2 Ultra"; break;
+ case 0x002c:
+ chip = "Riva Vanta"; break;
+ case 0x002d:
+ chip = "Riva TNT2 Model 64"; break;
}
break;
case 0x12d2:
@@ -1543,7 +1551,7 @@
type = "graphics accelerator";
switch (id >> 16) {
case 0x0018:
- chip = "Riva128"; break;
+ chip = "Riva128/ZX"; break;
}
break;
}
>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?199906271041.OAA02016>
