CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/07/15 01:52:06
Modified files: sys/dev/usb : xhci.c Log message: Use a separate varaible to signal a "dead" controller (that has disappeared from the bus, probably because of hot(un)plugging it). This makes sure that we still ack interrupts that arrive while the controller is "dying" (when we go down into suspend or if an unrecoverable hardware error occurs). Fixes an interrupt storm when we suspend on Amlogic arm64 boards. ok deraadt@