diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-12-21 07:49:50 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-12-21 07:49:50 +0000 |
commit | a35e820400998b878e37bfd59b64a8525b00e462 (patch) | |
tree | d0602df2c84a6934e900ec89a3e27b51c78490f0 /sys/dev/pci/pcidevs_data.h | |
parent | 4ed40740a15d9f6d4ef85be6c0dec2e3b8dc7a87 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 548a4ed4f18..a5e9eb3c081 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.1661 2012/11/17 15:42:29 kettenis Exp + * OpenBSD: pcidevs,v 1.1663 2012/12/21 07:48:51 jasper Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7152,6 +7152,10 @@ static const struct pci_known_product pci_known_products[] = { "Xeon E3-1200v2 Host", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_XEONE3_1200V2_PCIE, + "Xeon E3-1200v2 PCIE", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE3G_D_GT1, "HD Graphics 2500", }, @@ -8504,6 +8508,10 @@ static const struct pci_known_product pci_known_products[] = { "7 Series RAID", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_7SERIES_SATA_3, + "7 Series SATA", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_7SERIES_RAID_4, "7 Series RAID", }, @@ -8584,6 +8592,10 @@ static const struct pci_known_product pci_known_products[] = { "H77 LPC", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C216_LPC, + "C216 LPC", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_QM77_LPC, "QM77 LPC", }, @@ -16724,6 +16736,10 @@ static const struct pci_known_product pci_known_products[] = { "PEX 8548", }, { + PCI_VENDOR_PLX, PCI_PRODUCT_PLX_PEX_8603, + "PEX 8603", + }, + { PCI_VENDOR_PLX, PCI_PRODUCT_PLX_PEX_8612, "PEX 8612", }, |