Changeset 13015 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Oct 6, 2008 3:33:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r13010 r13015 5154 5154 5155 5155 /* 5156 * Just in case there was a medium inserted. Only required when attached to a physical drive 5157 * in passthrough mode as in virtual ATAPI mode we've got an unmount notification. 5156 * In case there was a medium inserted. 5158 5157 */ 5159 if (pIf->fATAPIPassthrough) 5160 ataMediumRemoved(pIf); 5158 ataMediumRemoved(pIf); 5161 5159 } 5162 5160 … … 5335 5333 rc = ataConfigLun(pDevIns, pIf); 5336 5334 /* 5337 * In case there is a new medium inserted. In virtual ATAPI mode we get an mount 5338 * notification. 5335 * In case there is a medium inserted. 5339 5336 */ 5340 if (pIf->fATAPIPassthrough) 5341 ataMediumInserted(pIf); 5337 ataMediumInserted(pIf); 5342 5338 } 5343 5339 else
Note:
See TracChangeset
for help on using the changeset viewer.