CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2021/09/03 05:55:31
Modified files: sys/dev/pci : if_iwm.c if_iwx.c Log message: Make iwm(4) and iwx(4) resume code path more similar to the attach code path. In particular, this makes suspend/resume work on systems using msix. Resume is not 100% reliable yet, though, failing about 1 in 20 times to bring the interface back up. Recovery with ifconfig down/up should be possible when things go wrong. With help from gnezdo@ in diagnosing the issue and testing changes. Tests: 8265: stsp 9260: florian 9560: kevlo, Uwe Werler ax200: kevlo, Mark Patruck, beck ax201: gnezdo