VirtualBox

Changeset 28769 in vbox


Ignore:
Timestamp:
Apr 26, 2010 4:47:24 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60652
Message:

Main: Use a different PCI slot for the SAS LsiLogic controller

File:
1 edited

Legend:

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

    r28764 r28769  
    12331233            case StorageControllerType_LsiLogicSas:
    12341234            {
    1235                 rc = CFGMR3InsertInteger(pCtlInst, "PCIDeviceNo",          21);                 RC_CHECK();
    1236                 Assert(!afPciDeviceNo[21]);
    1237                 afPciDeviceNo[21] = true;
     1235                rc = CFGMR3InsertInteger(pCtlInst, "PCIDeviceNo",          22);                 RC_CHECK();
     1236                Assert(!afPciDeviceNo[22]);
     1237                afPciDeviceNo[22] = true;
    12381238                rc = CFGMR3InsertInteger(pCtlInst, "PCIFunctionNo",        0);                  RC_CHECK();
    12391239
Note: See TracChangeset for help on using the changeset viewer.

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