Changeset 64786 in vbox for trunk/src/VBox
- Timestamp:
- Dec 6, 2016 10:29:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r64779 r64786 4164 4164 4165 4165 /* 4166 * Don't remove the LUN except for IDE/floppy (which connects directly to the medium driver4166 * Don't remove the LUN except for IDE/floppy/NVMe (which connects directly to the medium driver 4167 4167 * even for DVD devices) or if there is a hotplug event which rips out the complete device. 4168 4168 */ … … 4170 4170 || enmBus == StorageBus_IDE 4171 4171 || enmBus == StorageBus_Floppy 4172 || enmBus == StorageBus_PCIe 4172 4173 || (enmBus == StorageBus_SATA && enmDevType != DeviceType_DVD)) 4173 4174 {
Note:
See TracChangeset
for help on using the changeset viewer.