Changeset 25934 in vbox
- Timestamp:
- Jan 20, 2010 2:29:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r25446 r25934 1089 1089 1090 1090 } 1091 else if (pTaskState->CommandControlBlockGuest.u DataDirection == BUSLOGIC_CCB_DIRECTION_OUT)1091 else if (pTaskState->CommandControlBlockGuest.uOpcode == BUSLOGIC_CCB_OPCODE_INITIATOR_CCB) 1092 1092 { 1093 1093 /* The buffer is not scattered. */ … … 1170 1170 1171 1171 } 1172 else 1172 else if (pTaskState->CommandControlBlockGuest.uOpcode == BUSLOGIC_CCB_OPCODE_INITIATOR_CCB) 1173 1173 { 1174 1174 /* The buffer is not scattered. */ … … 1503 1503 } 1504 1504 default: 1505 AssertMsgFailed(("Register not available\n")); 1506 rc = VERR_IOM_IOPORT_UNUSED; 1505 *pu32 = UINT32_C(0xffffffff); 1507 1506 } 1508 1507
Note:
See TracChangeset
for help on using the changeset viewer.