diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2006-11-11 20:22:42 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2006-11-11 20:22:42 +0000 |
commit | 5a4942296bb6906c336a5132781f44c0f63a520d (patch) | |
tree | 55ea5a6a5bd2a257178e10252056bc025497db7a | |
parent | 8eeadb5ede496f37d7ff165b49ed612d2651ae8c (diff) |
regen. -moj
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a32dc0e68df..39af14b3948 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1189 2006/11/10 19:34:26 brad Exp + * OpenBSD: pcidevs,v 1.1190 2006/11/11 20:21:22 maja Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -955,6 +955,7 @@ #define PCI_PRODUCT_ATI_RS480_PCIE_2 0x5a36 /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RS480_PCIE_3 0x5a37 /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RX480_PCIE_2 0x5a38 /* RX480 PCIE */ +#define PCI_PRODUCT_ATI_RX480_PCIE_3 0x5a39 /* RX480 PCIE */ #define PCI_PRODUCT_ATI_RS480_PCIE_1 0x5a3f /* RS480 PCIE */ #define PCI_PRODUCT_ATI_RADEON_RS400 0x5a41 /* Radeon XPRESS 200 */ #define PCI_PRODUCT_ATI_RADEON_RS400_B 0x5a42 /* Radeon XPRESS 200M */ @@ -2824,6 +2825,7 @@ #define PCI_PRODUCT_NVIDIA_NFORCE_USB 0x01c2 /* nForce USB */ #define PCI_PRODUCT_NVIDIA_NFORCE_LAN 0x01c3 /* nForce LAN */ #define PCI_PRODUCT_NVIDIA_GEFORCE7300LE 0x01d1 /* GeForce 7300 LE */ +#define PCI_PRODUCT_NVIDIA_GEFORCE7300GS 0x01df /* GeForce 7300 GS */ #define PCI_PRODUCT_NVIDIA_NFORCE2_PCHB 0x01e0 /* nForce2 PCI */ #define PCI_PRODUCT_NVIDIA_NFORCE2_AGP 0x01e8 /* nForce2 AGP */ #define PCI_PRODUCT_NVIDIA_NFORCE2_MEM0 0x01ea /* nForce2 */ @@ -2904,6 +2906,7 @@ #define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5700_2 0x0347 /* GeForce FX Go 5700 */ #define PCI_PRODUCT_NVIDIA_GEFORCEFXGO5700 0x0348 /* GeForce FX Go 5700 */ #define PCI_PRODUCT_NVIDIA_MCP55_ISA 0x0360 /* MCP55 ISA */ +#define PCI_PRODUCT_NVIDIA_MCP55_ISA4 0x0362 /* MCP55 ISA */ #define PCI_PRODUCT_NVIDIA_MCP55_ISA2 0x0363 /* MCP55 ISA */ #define PCI_PRODUCT_NVIDIA_MCP55_ISA3 0x0364 /* MCP55 ISA */ #define PCI_PRODUCT_NVIDIA_MCP55_SMB 0x0368 /* MCP55 SMBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d337863af3e..18e7421fbda 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1189 2006/11/10 19:34:26 brad Exp + * OpenBSD: pcidevs,v 1.1190 2006/11/11 20:21:22 maja Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2291,6 +2291,10 @@ static const struct pci_known_product pci_known_products[] = { "RX480 PCIE", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RX480_PCIE_3, + "RX480 PCIE", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RS480_PCIE_1, "RS480 PCIE", }, @@ -8679,6 +8683,10 @@ static const struct pci_known_product pci_known_products[] = { "GeForce 7300 LE", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_GEFORCE7300GS, + "GeForce 7300 GS", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_NFORCE2_PCHB, "nForce2 PCI", }, @@ -8999,6 +9007,10 @@ static const struct pci_known_product pci_known_products[] = { "MCP55 ISA", }, { + PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP55_ISA4, + "MCP55 ISA", + }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP55_ISA2, "MCP55 ISA", }, |