diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b9500d65360..c864f9a66c4 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.1579 2010/12/23 01:33:47 krw Exp + * OpenBSD: pcidevs,v 1.1580 2010/12/23 15:00:49 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10696,7 +10696,7 @@ static const struct pci_known_product pci_known_products[] = { "Core DMI", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_5, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_2, "Core DMI", }, { @@ -10724,15 +10724,15 @@ static const struct pci_known_product pci_known_products[] = { "Core QPI Routing", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_2, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_3, "Core DMI", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_3, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_4, "Core DMI", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_4, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE_DMI_5, "Core DMI", }, { @@ -11484,6 +11484,10 @@ static const struct pci_known_product pci_known_products[] = { "88SX7042 SATA", }, { + PCI_VENDOR_MARVELL2, PCI_PRODUCT_MARVELL2_88SE9123, + "88SE9123 SATA", + }, + { PCI_VENDOR_MATROX, PCI_PRODUCT_MATROX_ATLAS, "MGA PX2085 (Atlas)", }, @@ -20076,6 +20080,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Qumranet", }, { + PCI_VENDOR_MARVELL2, + "Marvell", + }, + { PCI_VENDOR_SYMPHONY2, "Symphony Labs", }, |