[Mammoth] Add an OwnedMemoryRegion for ContiguousPhysical.
This commit is contained in:
parent
deb2e708cd
commit
d41a565721
5 changed files with 26 additions and 22 deletions
|
|
@ -26,7 +26,7 @@ class AhciDevice {
|
|||
|
||||
private:
|
||||
AhciPort* port_struct_ = nullptr;
|
||||
MappedMemoryRegion command_structures_;
|
||||
OwnedMemoryRegion command_structures_;
|
||||
|
||||
CommandList* command_list_ = nullptr;
|
||||
ReceivedFis* received_fis_ = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue