Move AHCI controller to async.

This commit is contained in:
Drew Galbraith 2025-02-01 01:29:26 -08:00
parent c97d39c36b
commit caa1b9c952
3 changed files with 191 additions and 127 deletions

View file

@ -3,5 +3,6 @@ mod controller;
mod hba;
mod port;
pub use controller::identify_ports;
pub use controller::spawn_irq_thread;
pub use controller::AhciController;