Move to bitfield structs for AHCI info.

This commit is contained in:
Drew Galbraith 2024-08-30 17:09:27 -07:00
parent 8dfd57b411
commit 67546664ed
5 changed files with 202 additions and 3 deletions

View file

@ -25,5 +25,6 @@ extern "C" fn main() -> z_err_t {
);
mammoth::debug!("AHCI ABAR {:#x}", ahci_controller.pci_header().abar as u64);
mammoth::debug!("AHCI Capabilities: {:?}", ahci_controller.ahci_hba());
0
}