Changeset 47299 in vbox
- Timestamp:
- Jul 22, 2013 1:20:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r46819 r47299 1078 1078 PDMQueueInsert(ahci->CTX_SUFF(pNotifierQueue), (PPDMQUEUEITEMCORE)pItem); 1079 1079 #else 1080 LogFlowFunc(("Si ngal event semaphore\n"));1080 LogFlowFunc(("Signal event semaphore\n")); 1081 1081 int rc = SUPSemEventSignal(ahci->pSupDrvSession, pAhciPort->hEvtProcess); 1082 1082 AssertRC(rc); … … 4057 4057 { 4058 4058 size_t cbTransfered = 0; 4059 int rc , rcSourceSink;4059 int rcSourceSink; 4060 4060 4061 4061 rcSourceSink = g_apfnAtapiFuncs[iSourceSink](pAhciReq, pAhciPort, cbMax, … … 5868 5868 if (pAhciPort->pDrvBlock && !pAhciPort->fATAPI) 5869 5869 { 5870 int rc2;5871 5870 uint16_t u16Temp[256]; 5872 5871 size_t cbCopied;
Note:
See TracChangeset
for help on using the changeset viewer.