VirtualBox

Changeset 71740 in vbox


Ignore:
Timestamp:
Apr 7, 2018 10:08:11 PM (6 years ago)
Author:
vboxsync
Message:

DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs PDMDevHlpPCIPhysWrite in hdaR3CmdSync.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r71736 r71740  
    729729            Assert(pThis->cbCorbBuf);
    730730
     731/** @todo r=bird: An explanation is required why PDMDevHlpPhysRead is used with
     732 *        the CORB and PDMDevHlpPCIPhysWrite with RIRB below.  There are
     733 *        similar unexplained inconsistencies in DevHDACommon.cpp. */
    731734            rc = PDMDevHlpPhysRead(pThis->CTX_SUFF(pDevIns), pThis->u64CORBBase, pThis->pu32CorbBuf, pThis->cbCorbBuf);
    732735            Log(("hdaR3CmdSync/CORB: read %RGp LB %#x (%Rrc)\n", pThis->u64CORBBase, pThis->cbCorbBuf, rc));
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