Refactor PCI access in OSTD

This commit is contained in:
Yuke Peng
2025-03-28 15:23:46 +08:00
committed by Tate, Hongliang Tian
parent 865003738a
commit 322fc4feff
6 changed files with 101 additions and 27 deletions

View File

@ -32,6 +32,7 @@ pub(crate) unsafe fn late_init_on_bsp() {
crate::boot::smp::boot_all_aps();
timer::init();
let _ = pci::init();
}
pub(crate) unsafe fn init_on_ap() {