[Denali] Reset HBA and iterate over ports.

This commit is contained in:
Drew Galbraith 2024-09-10 01:12:32 -07:00
parent 7d4c882f2b
commit df79233bbb
6 changed files with 289 additions and 162 deletions

View file

@ -1,4 +1,5 @@
mod controller;
mod hba;
mod port;
pub use controller::AhciController;