Changeset 83117 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Feb 19, 2020 3:57:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r83116 r83117 2093 2093 pThis->fMbxIs24Bit = true; 2094 2094 pThis->cMailbox = pRequest->cMailbox; 2095 pThis->uMailboxOutgoingPositionCurrent = pThis->uMailboxIncomingPositionCurrent = 0; 2095 2096 pThis->GCPhysAddrMailboxOutgoingBase = (RTGCPHYS)ADDR_TO_U32(pRequest->aMailboxBaseAddr); 2096 2097 /* The area for incoming mailboxes is right after the last entry of outgoing mailboxes. */ … … 2126 2127 pThis->fMbxIs24Bit = false; 2127 2128 pThis->cMailbox = pRequest->cMailbox; 2129 pThis->uMailboxOutgoingPositionCurrent = pThis->uMailboxIncomingPositionCurrent = 0; 2128 2130 pThis->GCPhysAddrMailboxOutgoingBase = (RTGCPHYS)pRequest->uMailboxBaseAddress; 2129 2131 /* The area for incoming mailboxes is right after the last entry of outgoing mailboxes. */
Note:
See TracChangeset
for help on using the changeset viewer.