CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/22 02:12:45
Modified files:
sys/dev/pci : if_qwx_pci.c
Log message:
start qwx(4) MHI channels in process context rather than in a task
This removes all sleep points from the MHI state-change task, which
will allow us to get rid of it. And I can now reproduce the channel
startup issue kettenis@ saw on arm64 by removing the delay() call.
