Changeset 95070 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2022 9:55:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r95059 r95070 3743 3743 } 3744 3744 atapiR3CmdOK(pCtl, s); 3745 ataSetStatus(pCtl, s, ATA_STAT_SEEK); /* Linux expects this. */3745 ataSetStatus(pCtl, s, ATA_STAT_SEEK); /* Linux expects this. Required by ATAPI 2.x when seek completes. */ 3746 3746 break; 3747 3747 } … … 3780 3780 } 3781 3781 if (RT_SUCCESS(rc)) 3782 { 3782 3783 atapiR3CmdOK(pCtl, s); 3784 ataSetStatus(pCtl, s, ATA_STAT_SEEK); /* Needed by NT 3.51/4.0, see @bugref{5869}. */ 3785 } 3783 3786 else 3784 3787 atapiR3CmdErrorSimple(pCtl, s, SCSI_SENSE_NOT_READY, SCSI_ASC_MEDIA_LOAD_OR_EJECT_FAILED);
Note:
See TracChangeset
for help on using the changeset viewer.