[Denali] Move AHCI read to internal method as well.

This commit is contained in:
Drew Galbraith 2023-12-08 15:11:56 -08:00
parent 3e1da2bc90
commit 69ce3028fa
6 changed files with 19 additions and 117 deletions

View file

@ -1,7 +1,6 @@
add_executable(denali
ahci/ahci_controller.cpp
ahci/ahci_port.cpp
ahci/command.cpp
denali.cpp
denali_server.cpp
)