enable qwx(4) ext irqs earlier for suspend/resume
authorstsp <stsp@openbsd.org>
Sat, 17 Aug 2024 08:12:46 +0000 (08:12 +0000)
committerstsp <stsp@openbsd.org>
Sat, 17 Aug 2024 08:12:46 +0000 (08:12 +0000)
commitdb0d29d7ec15de07b4d65d239fa0b16e951b972f
tree1b5d1b59410efcecbbefc7df5c9a85189df18425
parent24a7531d0042516989da287784129d2cdca8da52
enable qwx(4) ext irqs earlier for suspend/resume

Enable ext IRQs like the Linux driver does it, not later. I did this
differently due to problems in early development that have since
been fixed.

Fixes an interrupt storm during resume which prevents things like
key installation from working, leaving the network link dead.
sys/dev/ic/qwx.c