[denali] Relocate AHCI structures to memory we control
This commit is contained in:
parent
1412c5b73e
commit
a8db218204
4 changed files with 29 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue