DragonOS-Community / DragonOS

使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.
https://dragonos.org
GNU General Public License v2.0
817 stars 132 forks source link

feat(driver/pci): 完善pci root结构体,增加portio的pci配置空间访问 #818

Closed 1037827920 closed 1 month ago

1037827920 commented 1 month ago

改动概览: 此 PR 完善了pci root结构体,恢复了对基于端口 I/O 的 PCI 配置空间访问的支持。这项改动针对 x86_64 平台,为系统提供了更广泛的硬件兼容性和更灵活的配置空间访问方式。

相关 Issue: #778

dragonosbot commented 1 month ago

r? @GnoCiYeH

dragonosbot has assigned @GnoCiYeH. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

1037827920 commented 1 month ago

@dragonosbot review