diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 13 insertions, 1 deletions
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", }, |