[denali] Relocate AHCI structures to memory we control

This commit is contained in:
Drew Galbraith 2023-07-05 14:32:19 -07:00
parent 1412c5b73e
commit a8db218204
4 changed files with 29 additions and 26 deletions

View file

@ -30,7 +30,7 @@ class AhciDevice {
CommandList* command_list_ = nullptr;
ReceivedFis* received_fis_ = nullptr;
CommandTable* command_table_ = nullptr;
CommandTable* command_tables_ = nullptr;
Command* commands_[32];
volatile uint32_t commands_issued_ = 0;