VirtualBox

Changeset 43750 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 26, 2012 7:25:05 AM (12 years ago)
Author:
vboxsync
Message:

Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry fix (xtracker bug #6433)
Fix for finding the initial 4 SATA ports used (attached HD to them) and creating a CFGM entry for those ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r43712 r43750  
    943943                              "HardDiskDevice\0"
    944944                              "SataHardDiskDevice\0"
    945                               "SataPrimaryMasterLUN\0"
    946                               "SataPrimarySlaveLUN\0"
    947                               "SataSecondaryMasterLUN\0"
    948                               "SataSecondarySlaveLUN\0"
     945                              "SataLUN1\0"
     946                              "SataLUN2\0"
     947                              "SataLUN3\0"
     948                              "SataLUN4\0"
    949949                              "FloppyDevice\0"
    950950                              "DelayBoot\0"
     
    10571057    {
    10581058        static const char * const s_apszSataDisks[] =
    1059             { "SataPrimaryMasterLUN", "SataPrimarySlaveLUN", "SataSecondaryMasterLUN", "SataSecondarySlaveLUN" };
     1059            { "SataLUN1", "SataLUN2", "SataLUN3", "SataLUN4" };
    10601060        Assert(RT_ELEMENTS(s_apszSataDisks) == RT_ELEMENTS(pThis->iSataHDLUN));
    10611061        for (unsigned i = 0; i < RT_ELEMENTS(pThis->iSataHDLUN); i++)
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