VirtualBox

Changeset 43023 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Aug 28, 2012 6:43:23 AM (12 years ago)
Author:
vboxsync
Message:

Legacy IDE Support: eliminating the API support for configuring the legacy IDE support for AHCI. Legacy IDE fields for settings have been preserved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r42800 r43023  
    16081608                        {
    16091609                            InsertConfigString(pBiosCfg, "SataHardDiskDevice", "ahci");
    1610                         }
    1611 
    1612                         for (uint32_t j = 0; j < 4; ++j)
    1613                         {
    1614                             static const char * const s_apszBiosConfig[4] =
    1615                             { "SataPrimaryMasterLUN", "SataPrimarySlaveLUN", "SataSecondaryMasterLUN", "SataSecondarySlaveLUN" };
    1616 
    1617                             LONG lPortNumber = -1;
    1618                             hrc = ctrls[i]->GetIDEEmulationPort(j, &lPortNumber);           H();
    1619                             InsertConfigInteger(pCfg, g_apszIDEDrives[j], lPortNumber);
    1620                             if (pBiosCfg)
    1621                                 InsertConfigInteger(pBiosCfg, s_apszBiosConfig[j], lPortNumber);
    16221610                        }
    16231611                    }
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