Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to get the address of any capability #27

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

bjorn3
Copy link
Contributor

@bjorn3 bjorn3 commented Jun 9, 2024

Previously it wasn't possible to get the address of MSI and MSI-X capabilities.

This is necessary for Redox OS to gradually move towards using this crate for parsing capabilities and in general allows users to parse capabilties that are unsupported by this crate themself without breaking when this crate adds support for parsing them itself.

Previously it wasn't possible to get the address of MSI and MSI-X
capabilities.

This is necessary for Redox OS to gradually move towards using this
crate for parsing capabilities and in general allows users to parse
capabilties that are unsupported by this crate themself without breaking
when this crate adds support for parsing them itself.
@IsaacWoods
Copy link
Member

Yep, I've been thinking we'd need something like this at some point, so thanks for doing this

@IsaacWoods IsaacWoods merged commit 0bcb096 into rust-osdev:main Jun 13, 2024
3 checks passed
@bjorn3 bjorn3 deleted the cap_addr branch June 13, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants