-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64: support PCI INTx legacy interrupts USB (#1071)
* Set up a default handler for legacy PCI interrupts (e.g., on PIN A, B, C, D); their handler wakes up a waker (task) that was previously bound to the `PciDevice` that received the interrupt. * Only aarch64 is supported at the moment. * This PR is needed to support USB interrupt handling. Co-authored-by: Kevin Boos <1139460+kevinaboos@users.noreply.github.com> 1e2c7df
- Loading branch information
1 parent
438a9b5
commit 5202899
Showing
34 changed files
with
284 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.