summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-08-02 21:45:48 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-08-02 21:45:48 +0000
commit8e63a5b68e619ae56083d7ef84cc51f4aa5ddb1c (patch)
treefd90b2e2d6c17352fbb41faa0e95d697dd50bf9c
parent20bf9c7db52363901d106749ba342e9cb7eb4e8a (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h13
-rw-r--r--sys/dev/pci/pcidevs_data.h38
2 files changed, 49 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 3d478d293ec..3abc5730157 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.1892 2019/07/28 11:01:10 jmatthew Exp
+ * OpenBSD: pcidevs,v 1.1893 2019/08/02 21:45:16 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -343,6 +343,7 @@
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
#define PCI_VENDOR_ROCKCHIP 0x1d87 /* Rockchip */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram */
+#define PCI_VENDOR_AMPERE 0x1def /* Ampere */
#define PCI_VENDOR_TEHUTI 0x1fc9 /* Tehuti Networks */
#define PCI_VENDOR_SUNIX2 0x1fd4 /* Sunix */
#define PCI_VENDOR_HINT 0x3388 /* Hint */
@@ -7618,6 +7619,16 @@
#define PCI_PRODUCT_TECHSAN_B2C2_SKY2PC 0x2104 /* B2C2 Sky2PC */
#define PCI_PRODUCT_TECHSAN_B2C2_SKY2PC_2 0x2200 /* B2C2 Sky2PC */
+/* Ampere Computing */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_1 0xe005 /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_2 0xe006 /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_3 0xe007 /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_4 0xe008 /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_5 0xe009 /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_6 0xe00a /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_7 0xe00b /* eMAG PCIE */
+#define PCI_PRODUCT_AMPERE_EMAG_PCIE_8 0xe00c /* eMAG PCIE */
+
/* Tehuti Networks Ltd */
#define PCI_PRODUCT_TEHUTI_TN3009 0x3009 /* TN3009 */
#define PCI_PRODUCT_TEHUTI_TN3010 0x3010 /* TN3010 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a2d0acc122f..aee07032fe8 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.1892 2019/07/28 11:01:10 jmatthew Exp
+ * OpenBSD: pcidevs,v 1.1893 2019/08/02 21:45:16 kettenis Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -26880,6 +26880,38 @@ static const struct pci_known_product pci_known_products[] = {
"B2C2 Sky2PC",
},
{
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_1,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_2,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_3,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_4,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_5,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_6,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_7,
+ "eMAG PCIE",
+ },
+ {
+ PCI_VENDOR_AMPERE, PCI_PRODUCT_AMPERE_EMAG_PCIE_8,
+ "eMAG PCIE",
+ },
+ {
PCI_VENDOR_TEHUTI, PCI_PRODUCT_TEHUTI_TN3009,
"TN3009",
},
@@ -30376,6 +30408,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Tekram",
},
{
+ PCI_VENDOR_AMPERE,
+ "Ampere",
+ },
+ {
PCI_VENDOR_TEHUTI,
"Tehuti Networks",
},