summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2019-11-19 13:47:25 +0000
committerstsp <stsp@openbsd.org>2019-11-19 13:47:25 +0000
commit8664c242b003fae39d316216dbc788e084e5525f (patch)
treedbafe9d824bf20a59123f86e8c95ab4e734fe0a0
parentAdd PCI ID for an Intel AX 200 device. (diff)
downloadwireguard-openbsd-8664c242b003fae39d316216dbc788e084e5525f.tar.xz
wireguard-openbsd-8664c242b003fae39d316216dbc788e084e5525f.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 40bcd151427..be84ba2675b 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.1900 2019/11/18 03:03:37 kevlo Exp
+ * OpenBSD: pcidevs,v 1.1901 2019/11/19 13:47:06 stsp Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4233,6 +4233,7 @@
#define PCI_PRODUCT_INTEL_6321ESB_HDA 0x269a /* 6321ESB HD Audio */
#define PCI_PRODUCT_INTEL_6321ESB_SMB 0x269b /* 6321ESB SMBus */
#define PCI_PRODUCT_INTEL_6321ESB_IDE 0x269e /* 6321ESB IDE */
+#define PCI_PRODUCT_INTEL_WL_22500_1 0x2723 /* Wi-Fi 6 AX200 */
#define PCI_PRODUCT_INTEL_82945G_HB 0x2770 /* 82945G Host */
#define PCI_PRODUCT_INTEL_82945G_PCIE 0x2771 /* 82945G PCIE */
#define PCI_PRODUCT_INTEL_82945G_IGD_1 0x2772 /* 82945G Video */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 667734c13f4..78a4c5e990a 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.1900 2019/11/18 03:03:37 kevlo Exp
+ * OpenBSD: pcidevs,v 1.1901 2019/11/19 13:47:06 stsp Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -14408,6 +14408,10 @@ static const struct pci_known_product pci_known_products[] = {
"6321ESB IDE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_1,
+ "Wi-Fi 6 AX200",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82945G_HB,
"82945G Host",
},