This commit is contained in:
cube 2004-08-05 16:26:41 +00:00
parent e492e6ec13
commit e16640cc67
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.645 2004/08/04 19:29:05 mycroft Exp $ */
/* $NetBSD: pcidevs.h,v 1.646 2004/08/05 16:26:41 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.643 2004/08/04 19:28:52 mycroft Exp
* NetBSD: pcidevs,v 1.645 2004/08/05 16:26:05 cube Exp
*/
/*
@ -2180,6 +2180,7 @@
#define PCI_PRODUCT_NVIDIA_QUADRO_FX_500 0x032B /* Quadro FX 500 */
#define PCI_PRODUCT_NVIDIA_GF_FX5900U 0x0330 /* GeForce FX 5900 Ultra */
#define PCI_PRODUCT_NVIDIA_GF_FX5900 0x0331 /* GeForce FX 5900 */
#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 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.643 2004/08/04 19:29:05 mycroft Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.644 2004/08/05 16:26:41 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.643 2004/08/04 19:28:52 mycroft Exp
* NetBSD: pcidevs,v 1.645 2004/08/05 16:26:05 cube Exp
*/
/*
@ -7283,6 +7283,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GF_FX5900,
"GeForce FX 5900",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GF_FX5900XT,
"GeForce FX 5900XT",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GF_FX5950U,
"GeForce FX 5950 Ultra",
@ -9612,4 +9616,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1828;
const int pci_nproducts = 1829;