[Denali] Update HBA pointers to volatile. Store CommandList in arrayview.
This commit is contained in:
parent
c530921bda
commit
5a18d7d559
5 changed files with 20 additions and 15 deletions
|
|
@ -23,7 +23,7 @@ class AhciController {
|
|||
|
||||
private:
|
||||
mmth::OwnedMemoryRegion pci_region_;
|
||||
PciDeviceHeader* pci_device_header_ = nullptr;
|
||||
volatile PciDeviceHeader* pci_device_header_ = nullptr;
|
||||
mmth::OwnedMemoryRegion ahci_region_;
|
||||
volatile AhciHba* ahci_hba_ = nullptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue