diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 99c8e311ae0..9b962aa6ae3 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.1129 2006/08/08 02:44:41 brad Exp + * OpenBSD: pcidevs,v 1.1130 2006/08/09 01:14:57 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5491,6 +5491,10 @@ static const struct pci_known_product pci_known_products[] = { "5000 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_5, + "5000 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_ERR_REG, "5000 Error Reporting", }, @@ -5511,11 +5515,11 @@ static const struct pci_known_product pci_known_products[] = { "5000 FBD", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_5, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, "5000 PCIE", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_6, + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5000_PCIE_7, "5000 PCIE", }, { @@ -5771,6 +5775,10 @@ static const struct pci_known_product pci_known_products[] = { "6321ESB USB", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_USB_5, + "6321ESB USB", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6321ESB_PCIE_4, "6321ESB PCIE", }, |