summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2020-07-30 08:28:58 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2020-07-30 08:28:58 +0000
commit621b59b45cfa524707d47f4e213944e00df0497d (patch)
tree048040f091ef7fe46adde8b71e3f6853fa21f1fc /sys
parent34df22f57ace1969b9d133a45b0a62861f10b5dd (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h1
-rw-r--r--sys/dev/pci/pcidevs_data.h4
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f8a96b729d3..75a484d056f 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -3211,6 +3211,7 @@
#define PCI_PRODUCT_INTEL_CORE3G_D_GT2 0x0162 /* HD Graphics 4000 */
#define PCI_PRODUCT_INTEL_CORE3G_M_GT2 0x0166 /* HD Graphics 4000 */
#define PCI_PRODUCT_INTEL_CORE3G_S_GT2 0x016a /* HD Graphics P4000 */
+#define PCI_PRODUCT_INTEL_WL_22500_2 0x02f0 /* Wi-Fi 6 AX201 */
#define PCI_PRODUCT_INTEL_80303 0x0309 /* 80303 IOP */
#define PCI_PRODUCT_INTEL_80312 0x030d /* 80312 I/O Companion */
#define PCI_PRODUCT_INTEL_IOXAPIC_A 0x0326 /* IOxAPIC */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 1abe00db05d..7706d7fe042 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -10276,6 +10276,10 @@ static const struct pci_known_product pci_known_products[] = {
"HD Graphics P4000",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_2,
+ "Wi-Fi 6 AX201",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80303,
"80303 IOP",
},