On Wed, Nov 20, 2019 at 08:06:25AM -0800, Bryan Vyhmeister wrote: > On Sat, Nov 16, 2019 at 10:01:44PM -0800, Philip Guenther wrote: > > Looking good so far on my X1 extreme once I > > added PCI_PRODUCT_INTEL_WL_9560_2 next to the _1 lines in if_iwm.c. > > Awesome! > > Could this change be committed as well? This allows the 9560 on my > ThinkPad P1 to work as well. Thank you! > > Bryan >
Oops. Committed, thanks! > > Index: sys/dev/pci/if_iwm.c > =================================================================== > RCS file: /cvs/src/sys/dev/pci/if_iwm.c,v > retrieving revision 1.283 > diff -u -p -r1.283 if_iwm.c > --- sys/dev/pci/if_iwm.c 18 Nov 2019 18:53:11 -0000 1.283 > +++ sys/dev/pci/if_iwm.c 20 Nov 2019 15:54:41 -0000 > @@ -8559,6 +8559,7 @@ iwm_attach(struct device *parent, struct > sc->sc_mqrx_supported = 1; > break; > case PCI_PRODUCT_INTEL_WL_9560_1: > + case PCI_PRODUCT_INTEL_WL_9560_2: > sc->sc_fwname = "iwm-9000-34"; > sc->host_interrupt_operation_mode = 0; > sc->sc_device_family = IWM_DEVICE_FAMILY_9000; >