Changeset 23355 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2009 7:45:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r22793 r23355 2067 2067 uint32_t cRequestQueueEntries; 2068 2068 2069 #if HC_ARCH_BITS == 64 2070 uint32_t Alignment2; 2071 #endif 2072 2069 2073 /** Critical section protecting the reply post queue. */ 2070 2074 PDMCRITSECT ReplyPostQueueCritSect; 2071 2075 /** Critical section protecting the reply free queue. */ 2072 2076 PDMCRITSECT ReplyFreeQueueCritSect; 2073 2074 #if HC_ARCH_BITS == 642075 uint32_t Alignment2;2076 #endif2077 2077 2078 2078 /** Pointer to the start of the reply free queue - R3. */
Note:
See TracChangeset
for help on using the changeset viewer.