Changeset 71740 in vbox
- Timestamp:
- Apr 7, 2018 10:08:11 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r71736 r71740 729 729 Assert(pThis->cbCorbBuf); 730 730 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. */ 731 734 rc = PDMDevHlpPhysRead(pThis->CTX_SUFF(pDevIns), pThis->u64CORBBase, pThis->pu32CorbBuf, pThis->cbCorbBuf); 732 735 Log(("hdaR3CmdSync/CORB: read %RGp LB %#x (%Rrc)\n", pThis->u64CORBBase, pThis->cbCorbBuf, rc));
Note:
See TracChangeset
for help on using the changeset viewer.

