PCI设备中断重构,删去USB相关代码 (#285)

* 修复ecam无法获取MCFG table的问题

* 完善pcie

* 完善irq的错误检测机制
This commit is contained in:
YJwu2023
2023-07-08 17:22:42 +08:00
committed by GitHub
parent 2311e2f300
commit cc36cf4a18
23 changed files with 1246 additions and 3416 deletions

View File

@ -5,6 +5,7 @@ pub mod cpu;
pub mod fpu;
pub mod interrupt;
pub mod mm;
pub mod msi;
pub mod pci;
pub mod rand;
pub mod sched;