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

Use MMIO mechanism to access PCI [extended] config space on x86_64 #1058

Open
Tracked by #702
kevinaboos opened this issue Oct 17, 2023 · 0 comments
Open
Tracked by #702

Use MMIO mechanism to access PCI [extended] config space on x86_64 #1058

kevinaboos opened this issue Oct 17, 2023 · 0 comments

Comments

@kevinaboos
Copy link
Member

#1019 added support for accessing the PCI config space using MMIO, which is much better than the legacy method of accessing it using Port I/O. Also, it can support the extended PCI config space which is needed for PCIe and newer versions of that, so we should definitely prefer using MMIO to access the PCI config space in all cases except when it is not supported (only really an issue on ancient legacy hardware).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants