Changeset 38782 in vbox for trunk/src/VBox
- Timestamp:
- Sep 16, 2011 4:15:00 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r38532 r38782 401 401 * a port is entering the idle state. */ 402 402 bool volatile fSignalIdle; 403 /** Flag whether we have tasks which need to be processed again -*/403 /** Flag whether we have tasks which need to be processed again. */ 404 404 bool volatile fRedo; 405 405 /** List of tasks which can be redone. */ … … 963 963 pTaskState->CommandControlBlockGuest.uHostAdapterStatus = uHostAdapterStatus; 964 964 pTaskState->CommandControlBlockGuest.uDeviceStatus = uDeviceStatus; 965 /* @todo: this is wrong - writing too much! */ 965 966 PDMDevHlpPhysWrite(pBusLogic->CTX_SUFF(pDevIns), GCPhysAddrCCB, &pTaskState->CommandControlBlockGuest, sizeof(CommandControlBlock)); 966 967 … … 994 995 * 995 996 * @return nothing 996 * @param pMailbox The m ialbox to dump.997 * @param pMailbox The mailbox to dump. 997 998 * @param fOutgoing true if dumping the outgoing state. 998 999 * false if dumping the incoming state. … … 1439 1440 1440 1441 Log(("GCPhysAddrMailboxOutgoingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxOutgoingBase)); 1441 Log(("GCPhysAddrMailbox OutgoingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxIncomingBase));1442 Log(("GCPhysAddrMailboxIncomingBase=%RGp\n", pBusLogic->GCPhysAddrMailboxIncomingBase)); 1442 1443 Log(("cMailboxes=%u\n", pBusLogic->cMailbox)); 1443 1444
Note:
See TracChangeset
for help on using the changeset viewer.