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

feat(driver/pci): 完善pci root结构体,增加对x86_64的基于port io的pci的支持 #778

Closed
fslongjin opened this issue Apr 28, 2024 · 1 comment
Labels
A-driver Area: 驱动程序 In-progress

Comments

@fslongjin
Copy link
Member

需求

目前pci驱动在x86_64下一定要使用ecam root,而对于不具有pcie的云服务器(虚拟机)来说,这会导致pci初始化失败。因此需要恢复对基于portio的pci的支持。

其offset的计算与MMIO Cam的一致,并且当前的pci里面已经写了对应的代码,本任务只是要把它适配到pci root结构体里面统一管理。

@fslongjin fslongjin added the enhancement New feature or request label Apr 28, 2024
@fslongjin fslongjin added this to the DragonOS 0.1.11 milestone Apr 28, 2024
@dragonosbot dragonosbot added the needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 label Apr 28, 2024
@fslongjin fslongjin removed the needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 label Apr 28, 2024
@github-actions github-actions bot removed the enhancement New feature or request label Apr 28, 2024
@fslongjin fslongjin added In-progress A-driver Area: 驱动程序 labels Apr 28, 2024
@fslongjin
Copy link
Member Author

@1037827920 正在开发

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: 驱动程序 In-progress
Projects
None yet
Development

No branches or pull requests

2 participants