CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/08/01 10:14:05
Modified files:
sys/dev/pci : if_iwx.c if_iwxreg.h if_iwxvar.h
Log message:
Add support for AX201 devices to iwx(4).
Matching firmware can be installed with fw_update(1).
Align our device initialization sequence more closely to how Linux does it.
We still use a different MSI-X configuration but register values written
up to that point are now identical.
patrick@ provided help with debugging several issues along way, thanks!