[Denali] Add a simpler command method and use it to send identify.

This commit is contained in:
Drew Galbraith 2023-12-08 15:05:43 -08:00
parent e71017070f
commit 3e1da2bc90
4 changed files with 76 additions and 48 deletions

View file

@ -24,6 +24,7 @@ class AhciPort {
glcr::ErrorCode Identify();
glcr::ErrorOr<mmth::Semaphore*> IssueCommand(const Command& command);
glcr::ErrorOr<mmth::Semaphore*> IssueCommand(const CommandInfo& command);
void HandleIrq();