Changeset 42769 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 11, 2012 12:03:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r42568 r42769 3921 3921 /* Report media changed in TEST UNIT and other (probably incorrect) places. */ 3922 3922 if (pIf->cNotifiedMediaChange < 2) 3923 pIf->cNotifiedMediaChange = 2;3923 pIf->cNotifiedMediaChange = 1; 3924 3924 ataMediumInserted(pIf); 3925 3925 ataMediumTypeSet(pIf, ATA_MEDIA_TYPE_UNKNOWN); … … 3942 3942 * present and 2 in which it is changed. 3943 3943 */ 3944 pIf->cNotifiedMediaChange = 4;3944 pIf->cNotifiedMediaChange = 1; 3945 3945 ataMediumRemoved(pIf); 3946 3946 ataMediumTypeSet(pIf, ATA_MEDIA_NO_DISC);
Note:
See TracChangeset
for help on using the changeset viewer.