Regen for:

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.
This commit is contained in:
xtraeme 2004-11-06 08:37:00 +00:00
parent cc73961db1
commit aef353dd52
2 changed files with 55 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.662 2004/10/28 07:29:07 martti Exp $ */
/* $NetBSD: pcidevs.h,v 1.663 2004/11/06 08:37:00 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.661 2004/10/28 07:26:09 martti Exp
* NetBSD: pcidevs,v 1.662 2004/11/06 08:34:52 xtraeme Exp
*/
/*
@ -2147,6 +2147,16 @@
#define PCI_PRODUCT_NVIDIA_NFORCE3_EHCI 0x00d8 /* nForce3 USB2 Host Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE3_MCPT_AC 0x00da /* nForce3 MCP-T AC-97 */
#define PCI_PRODUCT_NVIDIA_NFORCE3_PPB 0x00dd /* nForce3 PCI-PCI bridge */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_PCHB 0x00e1 /* nForce3 250 Host-PCI bridge */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_AGP 0x00e2 /* nForce3 250 AGP */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_PCIB 0x00e0 /* nForce3 250 PCI-ISA bridge */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_SMBUS 0x00e4 /* nForce3 250 SMBus Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_ATA133 0x00e5 /* nForce3 250 ATA133 IDE */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_SATA 0x00e3 /* nForce3 250 Serial ATA Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_OHCI 0x00e7 /* nForce3 250 USB Host Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_EHCI 0x00e8 /* nForce3 250 USB2 Host Controller */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_MCPT_AC 0x00ea /* nForce3 250 MCP-T AC-97 */
#define PCI_PRODUCT_NVIDIA_NFORCE3_250_PPB 0x00ed /* nForce3 250 PCI-PCI bridge */
#define PCI_PRODUCT_NVIDIA_ALADDINTNT2 0x00a0 /* Aladdin TNT2 */
#define PCI_PRODUCT_NVIDIA_GEFORCE256 0x0100 /* GeForce 256 */
#define PCI_PRODUCT_NVIDIA_GEFORCEDDR 0x0101 /* GeForce DDR */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.660 2004/10/28 07:29:07 martti Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.661 2004/11/06 08:37:00 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.661 2004/10/28 07:26:09 martti Exp
* NetBSD: pcidevs,v 1.662 2004/11/06 08:34:52 xtraeme Exp
*/
/*
@ -7151,6 +7151,46 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_PPB,
"nForce3 PCI-PCI bridge",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_PCHB,
"nForce3 250 Host-PCI bridge",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_AGP,
"nForce3 250 AGP",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_PCIB,
"nForce3 250 PCI-ISA bridge",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_SMBUS,
"nForce3 250 SMBus Controller",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_ATA133,
"nForce3 250 ATA133 IDE",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_SATA,
"nForce3 250 Serial ATA Controller",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_OHCI,
"nForce3 250 USB Host Controller",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_EHCI,
"nForce3 250 USB2 Host Controller",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_MCPT_AC,
"nForce3 250 MCP-T AC-97",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE3_250_PPB,
"nForce3 250 PCI-PCI bridge",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_ALADDINTNT2,
"Aladdin TNT2",
@ -9776,4 +9816,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1867;
const int pci_nproducts = 1877;