CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2019/11/26 00:37:51

Modified files:
        sys/dev/pci    : if_iwm.c if_iwmreg.h if_iwmvar.h 

Log message:
Add support for MSI-X.  MSI-X allows establishing a number of
interrupt vectors and mapping events (RX on queues, commands,
mgmt frames) to those vectors.  For now we keep the existing
behaviour, establish a single vector and map all events to it.

Makes my Intel NUC 8i5BEH 9560 work
Tested by jcs@ on a 9560 (w/ MSI-X)
Tested by deraadt@ on a 9260 (w/ MSI-X)
Tested by phessler@ on a 8260 (w/o MSI-X)
ok stsp@

Reply via email to