Changeset 25677 in vbox
- Timestamp:
- Jan 7, 2010 1:20:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp
r25675 r25677 147 147 /** Number of device states allocated. */ 148 148 uint32_t cDeviceStates; 149 150 #if HC_ARCH_BITS == 64 151 uint32_t Alignment2; 152 #endif 153 149 154 /** States for attached devices. */ 150 155 R3PTRTYPE(PLSILOGICDEVICE) paDeviceStates; … … 199 204 uint32_t cRequestQueueEntries; 200 205 201 uint32_t Alignment 2;206 uint32_t Alignment3; 202 207 203 208 /** Critical section protecting the reply post queue. */ … … 247 252 uint16_t u16NextHandle; 248 253 249 uint16_t u16Alignment 3;250 uint32_t u32Alignment 4;254 uint16_t u16Alignment4; 255 uint32_t u32Alignment5; 251 256 252 257 /** Number of ports this controller has. */ 253 258 uint8_t cPorts; 259 260 #if HC_ARCH_BITS == 64 261 uint32_t Alignment6; 262 #endif 254 263 255 264 /** BIOS emulation. */
Note:
See TracChangeset
for help on using the changeset viewer.