FreeBSD Bugzilla – Attachment 221460 Details for
Bug 252578
iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
iwm_9560ngw_v1.patch (text/plain), 757 bytes, created by
shu
on 2021-01-11 15:26:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
shu
Created:
2021-01-11 15:26:25 UTC
Size:
757 bytes
patch
obsolete
>diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c >index 2029ddd6038c..b89c895efb50 100644 >--- a/sys/dev/iwm/if_iwm.c >+++ b/sys/dev/iwm/if_iwm.c >@@ -5878,6 +5878,7 @@ iwm_intr(void *arg) > #define PCI_PRODUCT_INTEL_WL_8265_1 0x24fd > #define PCI_PRODUCT_INTEL_WL_9560_1 0x9df0 > #define PCI_PRODUCT_INTEL_WL_9560_2 0xa370 >+#define PCI_PRODUCT_INTEL_WL_9560_3 0x31dc > #define PCI_PRODUCT_INTEL_WL_9260_1 0x2526 > > static const struct iwm_devices { >@@ -5898,6 +5899,7 @@ static const struct iwm_devices { > { PCI_PRODUCT_INTEL_WL_8265_1, &iwm8265_cfg }, > { PCI_PRODUCT_INTEL_WL_9560_1, &iwm9560_cfg }, > { PCI_PRODUCT_INTEL_WL_9560_2, &iwm9560_cfg }, >+ { PCI_PRODUCT_INTEL_WL_9560_3, &iwm9560_cfg }, > { PCI_PRODUCT_INTEL_WL_9260_1, &iwm9260_cfg }, > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252578
: 221460