VirtualBox

Ignore:
Timestamp:
Dec 28, 2009 9:40:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56277
Message:

LsiLogic: Add SAS support for Main and Frontends

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r25108 r25589  
    395395        RTPrintf("VBoxManage storagectl       <uuid|vmname>\n"
    396396                 "                            --name <name>\n"
    397                  "                            [--add <ide/sata/scsi/floppy>]\n"
    398                  "                            [--controller <LsiLogic/BusLogic/IntelAhci/PIIX3/PIIX4/ICH6/I82078>]\n"
     397                 "                            [--add <ide/sata/scsi/floppy/sas>]\n"
     398                 "                            [--controller <LsiLogic/BusLogic/IntelAhci/PIIX3/PIIX4/ICH6/I82078/LsiLogicSas>]\n"
    399399                 "                            [--sataideemulation<1-4> <1-30>]\n"
    400400                 "                            [--sataportcount <1-30>]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp

    r25324 r25589  
    815815                CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl), StorageBus_Floppy, ctl.asOutParam()));
    816816            }
     817            else if (!RTStrICmp(pszBusType, "sas"))
     818            {
     819                CHECK_ERROR(machine, AddStorageController(Bstr(pszCtl), StorageBus_SAS, ctl.asOutParam()));
     820            }
    817821            else
    818822            {
     
    858862                {
    859863                    CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_I82078));
     864                }
     865                if (!RTStrICmp(pszCtlType, "lsilogicsas"))
     866                {
     867                    CHECK_ERROR(ctl, COMSETTER(ControllerType)(StorageControllerType_LsiLogicSas));
    860868                }
    861869                else
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