- Timestamp:
- Apr 18, 2011 11:46:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r36705 r36706 3766 3766 ataSetSignature(s); 3767 3767 ataCmdError(s, ABRT_ERR); 3768 ataUnsetStatus(s, ATA_STAT_READY);3769 3768 ataSetIRQ(s); /* Shortcut, do not use AIO thread. */ 3770 3769 } 3771 3770 break; 3771 case ATA_INITIALIZE_DEVICE_PARAMETERS: 3772 3772 case ATA_RECALIBRATE: 3773 if (s->fATAPI)3774 goto abort_cmd;3775 case ATA_INITIALIZE_DEVICE_PARAMETERS:3776 3773 ataCmdOK(s, ATA_STAT_SEEK); 3777 3774 ataSetIRQ(s); /* Shortcut, do not use AIO thread. */ … … 3990 3987 abort_cmd: 3991 3988 ataCmdError(s, ABRT_ERR); 3992 if (s->fATAPI)3993 ataUnsetStatus(s, ATA_STAT_READY);3994 3989 ataSetIRQ(s); /* Shortcut, do not use AIO thread. */ 3995 3990 break;
Note:
See TracChangeset
for help on using the changeset viewer.