Changeset 44697 in vbox
- Timestamp:
- Feb 14, 2013 8:00:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83796
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r44696 r44697 5103 5103 /* 5104 5104 * Create critical sections protecting the reply post and free queues. 5105 * Note! We do our own syncronization, so NOP the default crit sect for the device. 5105 5106 */ 5107 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 5108 AssertRCReturn(rc, rc); 5109 5106 5110 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->ReplyFreeQueueCritSect, RT_SRC_POS, "%sRFQ", szDevTag); 5107 5111 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.