diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-01-07 21:43:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-01-07 21:43:22 +0000 |
commit | ab438a4c8fb438961555c8310f75a91cca0d64b6 (patch) | |
tree | 87af586fe63b4a282b97e229d9d6fd38a15bd089 /sys | |
parent | fa489ae1b606e8455090a868dbb860c709f32c90 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index df2802e3033..d582c536013 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.1630 2012/01/04 03:35:58 jsg Exp + * OpenBSD: pcidevs,v 1.1631 2012/01/07 21:42:47 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2340,6 +2340,7 @@ #define PCI_PRODUCT_INTEL_CORE2G_M_HB 0x0104 /* Core 2G Host */ #define PCI_PRODUCT_INTEL_CORE2G_PCIE_2 0x0105 /* Core 2G PCIE */ #define PCI_PRODUCT_INTEL_CORE2G_M_GT1 0x0106 /* GT1 Video */ +#define PCI_PRODUCT_INTEL_XEONE3_1200_HB 0x0108 /* Xeon E3-1200 Host */ #define PCI_PRODUCT_INTEL_CORE2G_PCIE_3 0x0109 /* Core 2G PCIE */ #define PCI_PRODUCT_INTEL_CORE2G_PCIE_4 0x010d /* Core 2G PCIE */ #define PCI_PRODUCT_INTEL_CORE2G_GT2 0x0112 /* GT2 Video */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 4cf878298f7..6b31ef9a533 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.1630 2012/01/04 03:35:58 jsg Exp + * OpenBSD: pcidevs,v 1.1631 2012/01/07 21:42:47 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6968,6 +6968,10 @@ static const struct pci_known_product pci_known_products[] = { "GT1 Video", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_XEONE3_1200_HB, + "Xeon E3-1200 Host", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE2G_PCIE_3, "Core 2G PCIE", }, |