VirtualBox

Changeset 28685 in vbox


Ignore:
Timestamp:
Apr 24, 2010 3:03:33 PM (15 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: Print SAS controller properties

File:
1 edited

Legend:

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

    r28345 r28685  
    923923            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SCSI, &ulValue);
    924924            RTPrintf("Maximum Devices per SCSI Port:   %u\n", ulValue);
     925            systemProperties->GetMaxInstancesOfStorageBus(StorageBus_SAS, &ulValue);
     926            RTPrintf("Maximum SAS Controllers:         %u\n", ulValue);
     927            systemProperties->GetMaxPortCountForStorageBus(StorageBus_SAS, &ulValue);
     928            RTPrintf("Maximum SAS Port count:          %u\n", ulValue);
     929            systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SAS, &ulValue);
     930            RTPrintf("Maximum Devices per SAS Port:    %u\n", ulValue);
    925931            systemProperties->GetMaxInstancesOfStorageBus(StorageBus_Floppy, &ulValue);
    926932            RTPrintf("Maximum Floppy Controllers:      %u\n", ulValue);
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