summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2019-08-02 21:45:46 +0000
committerkettenis <kettenis@openbsd.org>2019-08-02 21:45:46 +0000
commitc935b51f457f0df08b7c3e6c1d5cc74229055c0d (patch)
tree14659695f48bcfc5b562428c8562da8c6e342fbf /sys
parentAdd Ampere vendor and eMAG PCIe devices. (diff)
downloadwireguard-openbsd-c935b51f457f0df08b7c3e6c1d5cc74229055c0d.tar.xz
wireguard-openbsd-c935b51f457f0df08b7c3e6c1d5cc74229055c0d.zip
regen
Diffstat (limited to 'sys')
-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",
},