VirtualBox

Changeset 86847 in vbox


Ignore:
Timestamp:
Nov 10, 2020 12:27:08 PM (4 years ago)
Author:
vboxsync
Message:

AMD IOMMU: bugref:9654 AHCI: Use PCI interface while converting GCPhys addresses (code is currently unused though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r86480 r86847  
    38593859            && !(GCPhysAddrDataBase & (_4K - 1)))
    38603860        {
    3861             rc = PDMDevHlpPhysGCPhys2CCPtr(pDevIns, GCPhysAddrDataBase, 0, ppvBuf, &pIoReq->PgLck);
     3861            rc = PDMDevHlpPCIPhysGCPhys2CCPtr(pDevIns, NULL /* pPciDev */, GCPhysAddrDataBase, 0, ppvBuf, &pIoReq->PgLck);
    38623862            if (RT_SUCCESS(rc))
    38633863            {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette