Add GeForceFX 5700 LE and regen.

This commit is contained in:
xtraeme 2004-09-17 16:04:17 +00:00
parent f7155e40f6
commit 0c35004c2f
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: pcidevs,v 1.649 2004/09/16 13:08:51 ragge Exp $
$NetBSD: pcidevs,v 1.650 2004/09/17 16:04:17 xtraeme Exp $
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@ -2179,6 +2179,7 @@ product NVIDIA GF_FX5900 0x0331 GeForce FX 5900
product NVIDIA GF_FX5900XT 0x0332 GeForce FX 5900XT
product NVIDIA GF_FX5950U 0x0333 GeForce FX 5950 Ultra
product NVIDIA QUADRO_FX_3000 0x0338 Quadro FX 3000
product NVIDIA GF_FX5700_LE 0x0343 GeForce FX 5700 LE
/* Nvidia Corporation & SGS-Thomson Microelectronics */
product NVIDIA_SGS RIVA128 0x0018 Riva 128

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs.h,v 1.650 2004/09/16 13:09:59 ragge Exp $ */
/* $NetBSD: pcidevs.h,v 1.651 2004/09/17 16:04:17 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -2186,6 +2186,7 @@
#define PCI_PRODUCT_NVIDIA_GF_FX5900XT 0x0332 /* GeForce FX 5900XT */
#define PCI_PRODUCT_NVIDIA_GF_FX5950U 0x0333 /* GeForce FX 5950 Ultra */
#define PCI_PRODUCT_NVIDIA_QUADRO_FX_3000 0x0338 /* Quadro FX 3000 */
#define PCI_PRODUCT_NVIDIA_GF_FX5700_LE 0x0343 /* GeForce FX 5700 LE */
/* Nvidia Corporation & SGS-Thomson Microelectronics */
#define PCI_PRODUCT_NVIDIA_SGS_RIVA128 0x0018 /* Riva 128 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcidevs_data.h,v 1.648 2004/09/16 13:09:59 ragge Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.649 2004/09/17 16:04:17 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
@ -7307,6 +7307,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_QUADRO_FX_3000,
"Quadro FX 3000",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GF_FX5700_LE,
"GeForce FX 5700 LE",
},
{
PCI_VENDOR_NVIDIA_SGS, PCI_PRODUCT_NVIDIA_SGS_RIVA128,
"Riva 128",
@ -9660,4 +9664,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1839;
const int pci_nproducts = 1840;