[Denali] Add a simpler command method and use it to send identify.
This commit is contained in:
parent
e71017070f
commit
3e1da2bc90
4 changed files with 76 additions and 48 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue