Changeset 12767 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 26, 2008 1:00:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r12765 r12767 410 410 rc = DRVHostBaseScsiCmd(pThis, pbCmd, 12, PDMBLOCKTXDIR_FROM_DEVICE, pvBuf, pcbBuf, pabSense, cbSense, cTimeoutMillies); 411 411 if (rc == VERR_UNRESOLVED_ERROR) 412 rc = VINF_SUCCESS; 412 /* sense information set */ 413 rc = VERR_DEV_IO_ERROR; 413 414 414 415 #elif defined(RT_OS_L4)
Note:
See TracChangeset
for help on using the changeset viewer.