Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add entry for Riva TNT and correct entry for Riv...



details:   https://anonhg.NetBSD.org/src/rev/7e3556504720
branches:  trunk
changeset: 473470:7e3556504720
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 05 09:43:21 1999 +0000

description:
Add entry for Riva TNT and correct entry for Riva 128.
Fixes first half of PR kern/7699 by Bjoern Labitzke.

diffstat:

 sys/dev/pci/pcidevs |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 12d4eaaec380 -r 7e3556504720 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sat Jun 05 08:36:29 1999 +0000
+++ b/sys/dev/pci/pcidevs       Sat Jun 05 09:43:21 1999 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.127 1999/06/02 08:56:03 drochner Exp $
+$NetBSD: pcidevs,v 1.128 1999/06/05 09:43:21 tron Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -501,7 +501,7 @@
 vendor KOFAX           0x1296  Kofax Image Products
 vendor RISCOM          0x12aa  RISCom
 vendor PICTUREEL       0x12c5  Picture Elements
-vendor STB2            0x12d2  STB Systems (2nd PCI Vendor ID)
+vendor NVIDIA_SGS      0x12d2  Nvidia Corporation & SGS Thomson Microelectric
 vendor LMC             0x1376  LAN Media Corporation
 vendor SYMPHONY2       0x1c1c  Symphony Labs (2nd PCI Vendor ID)
 vendor TEKRAM2         0x1de1  Tekram Technology (2nd PCI Vendor ID)
@@ -998,6 +998,12 @@
 product NUMBER9 I128   0x2309  Imagine-128
 product NUMBER9 I128_2 0x2339  Imagine-128 II
 
+/* Nvidia Corporationn products */
+product        NVIDIA  RIVATNT 0x0020  Riva TNT
+
+/* Nvidia Corporation & SGS Thomson Microelectric */
+product NVIDIA_SGS     RIVA128 0x0018  Riva 128
+
 /* Oak Technologies products */
 product OAKTECH OTI1007        0x0107  OTI107
 
@@ -1107,9 +1113,6 @@
 product SMC 37C922     0x1001  FDC 37C922
 product SMC 83C170     0x0005  83C170 (\"EPIC/100\") Fast Ethernet
 
-/* STB Systems products */
-product STB2 VELOCITY128 0x0018        Velocity128 (AGP)
-
 /* Surecom Technology products */
 product SURECOM NE34   0x0e34  NE-34 Ethernet
 



Home | Main Index | Thread Index | Old Index