regen: add bunch of NVIDIA GeForce 6800 devices

This commit is contained in:
jdolecek 2005-01-15 08:38:19 +00:00
parent 9ed9632969
commit 139cc687c0
2 changed files with 25 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.683 2005/01/15 08:33:19 jdolecek Exp $ */
/* $NetBSD: pcidevs.h,v 1.684 2005/01/15 08:38:19 jdolecek Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.682 2005/01/15 08:32:53 jdolecek Exp
* NetBSD: pcidevs,v 1.683 2005/01/15 08:37:34 jdolecek Exp
*/
/*
@ -2148,6 +2148,10 @@
#define PCI_PRODUCT_NVIDIA_RIVATNT2U 0x0029 /* RIVA TNT2 Ultra */
#define PCI_PRODUCT_NVIDIA_VANTA 0x002c /* Vanta */
#define PCI_PRODUCT_NVIDIA_RIVATNT2M64 0x002d /* RIVA TNT2 Model 64 */
#define PCI_PRODUCT_NVIDIA_GEFORCE_6800U 0x0040 /* GeForce 6800 Ultra */
#define PCI_PRODUCT_NVIDIA_GEFORCE_6800 0x0041 /* GeForce 6800 */
#define PCI_PRODUCT_NVIDIA_GEFORCE_6800LE 0x0042 /* GeForce 6800LE */
#define PCI_PRODUCT_NVIDIA_GEFORCE_6800GT 0x0041 /* GeForce 6800 GT */
#define PCI_PRODUCT_NVIDIA_NFORCE2_PCIB 0x0060 /* nForce2 PCI-ISA bridge */
#define PCI_PRODUCT_NVIDIA_NFORCE2_SMBUS 0x0064 /* nForce2 SMBus Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE2_ATA133 0x0065 /* nForce2 ATA133 IDE */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.681 2005/01/15 08:33:19 jdolecek Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.682 2005/01/15 08:38:19 jdolecek Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.682 2005/01/15 08:32:53 jdolecek Exp
* NetBSD: pcidevs,v 1.683 2005/01/15 08:37:34 jdolecek Exp
*/
/*
@ -7147,6 +7147,22 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_RIVATNT2M64,
"RIVA TNT2 Model 64",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE_6800U,
"GeForce 6800 Ultra",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE_6800,
"GeForce 6800",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE_6800LE,
"GeForce 6800LE",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE_6800GT,
"GeForce 6800 GT",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_PCIB,
"nForce2 PCI-ISA bridge",
@ -9924,4 +9940,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1902;
const int pci_nproducts = 1906;