forked from theseus-os/Theseus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reduce the surface API exposed by the `pci` crate: * All internal consts (e.g., for PCI config space offsets) are now private. * Future changes will move these consts into an enum. * `pci_read_*` internal methods are now private. * Simplify API for getting interrupt info: IRQ number and pin. * Move MSI and MSIx functionality into `pci`, since it is directly related to PCI and not specific network devices. * Includes mapping and configuration functions for the `MsixVectorEntry` and `MsixVectorTable` structs. * NIC queues now use `CpuId` instead of a raw `u8`. Co-authored-by: Kevin Boos <[email protected]> 51b409c
- Loading branch information
Showing
91 changed files
with
2,588 additions
and
337 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
doc/deferred_interrupt_tasks/enum.InterruptRegistrationError.html
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
doc/deferred_interrupt_tasks/fn.register_interrupt_handler.html
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.