CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/12/20 03:23:27
Modified files: sys/dev/pci : if_iwm.c Log message: Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, rather than writing a hard-coded bit pattern to this register. Matches what Intel's Linux driver does, so it should be the right thing to do. Tested on 8265 by Tracey Emery and myself.