Changeset 67959 in vbox
- Timestamp:
- Jul 14, 2017 9:01:23 AM (7 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r66239 r67959 4554 4554 pCtl->aIfs[i].uATARegError = 0x01; 4555 4555 } 4556 pCtl->iSelectedIf = 0; 4556 4557 ataR3AsyncIOClearRequests(pCtl); 4557 4558 Log2(("%s: Ctl#%d: message to async I/O thread, resetA\n", __FUNCTION__, ATACONTROLLER_IDX(pCtl))); -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp
r64064 r67959 29 29 /** MMC descriptor */ 30 30 extern VSCSILUNDESC g_VScsiLunTypeMmc; 31 /** SSC descriptor */ 32 extern VSCSILUNDESC g_VScsiLunTypeSsc; 31 33 32 34 /** … … 37 39 &g_VScsiLunTypeSbc, 38 40 &g_VScsiLunTypeMmc, 41 &g_VScsiLunTypeSsc, 39 42 }; 40 43
Note:
See TracChangeset
for help on using the changeset viewer.