VirtualBox

Changeset 24436 in vbox


Ignore:
Timestamp:
Nov 6, 2009 12:28:36 PM (15 years ago)
Author:
vboxsync
Message:

Disable CD/DVD drives for SATA because supprt is not complete yet (no passthrough and no runtime media changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SystemPropertiesImpl.cpp

    r24346 r24436  
    509509        case StorageBus_IDE:
    510510        {
    511             com::SafeArray<DeviceType_T> saDeviceTypes(2);
    512             saDeviceTypes[0] = DeviceType_DVD;
    513             saDeviceTypes[1] = DeviceType_HardDisk;
     511            com::SafeArray<DeviceType_T> saDeviceTypes(1);
     512            saDeviceTypes[0] = DeviceType_HardDisk;
    514513            saDeviceTypes.detachTo(ComSafeArrayOutArg(aDeviceTypes));
    515514            break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette