From: stsp Date: Thu, 12 May 2022 11:37:57 +0000 (+0000) Subject: Add missing AX210/AX211 devices to the device ID matching table. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4ea83fd978674679762496e6aaa2099275ada464;p=openbsd Add missing AX210/AX211 devices to the device ID matching table. The driver will now actually match on all those new devices, as intended. Reported by Guilherme M. Schroeder --- diff --git a/sys/dev/pci/if_iwx.c b/sys/dev/pci/if_iwx.c index e99b1ead069..31cfac05701 100644 --- a/sys/dev/pci/if_iwx.c +++ b/sys/dev/pci/if_iwx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwx.c,v 1.144 2022/05/10 09:11:44 stsp Exp $ */ +/* $OpenBSD: if_iwx.c,v 1.145 2022/05/12 11:37:57 stsp Exp $ */ /* * Copyright (c) 2014, 2016 genua gmbh @@ -9983,6 +9983,13 @@ static const struct pci_matchid iwx_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_7,}, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_8,}, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_9,}, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_10,}, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_11,}, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_12,}, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_13,}, + /* _14 is an MA device, not yet supported */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_15,}, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_WL_22500_16,}, };