Regen (MCP55 ISA brige).

This commit is contained in:
cube 2006-10-02 12:51:02 +00:00
parent 8d0897fa4a
commit 4b2dd7d48f
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.836 2006/09/29 20:49:48 cube Exp $ */
/* $NetBSD: pcidevs.h,v 1.837 2006/10/02 12:51:02 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.836 2006/09/29 20:48:41 cube Exp
* NetBSD: pcidevs,v 1.837 2006/10/02 12:50:23 cube Exp
*/
/*
@ -2753,6 +2753,7 @@
#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 */
#define PCI_PRODUCT_NVIDIA_MCP65_ISA 0x0362 /* nForce MCP55 PCI-ISA Bridge */
#define PCI_PRODUCT_NVIDIA_MCP55_SMB 0x0368 /* nForce MCP55 SMBus Controller */
#define PCI_PRODUCT_NVIDIA_MCP55_MEM 0x0369 /* nForce MCP55 Memory Controller */
#define PCI_PRODUCT_NVIDIA_MCP55_MEM2 0x036a /* nForce MCP55 Memory Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.835 2006/09/29 20:49:48 cube Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.836 2006/10/02 12:51:02 cube Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.836 2006/09/29 20:48:41 cube Exp
* NetBSD: pcidevs,v 1.837 2006/10/02 12:50:23 cube Exp
*/
/*
@ -9479,6 +9479,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GF_FX5700_LE,
"GeForce FX 5700 LE",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP65_ISA,
"nForce MCP55 PCI-ISA Bridge",
},
{
PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP55_SMB,
"nForce MCP55 SMBus Controller",
@ -12368,4 +12372,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2498;
const int pci_nproducts = 2499;