Changeset 28685 in vbox
- Timestamp:
- Apr 24, 2010 3:03:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r28345 r28685 923 923 systemProperties->GetMaxDevicesPerPortForStorageBus(StorageBus_SCSI, &ulValue); 924 924 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); 925 931 systemProperties->GetMaxInstancesOfStorageBus(StorageBus_Floppy, &ulValue); 926 932 RTPrintf("Maximum Floppy Controllers: %u\n", ulValue);
Note:
See TracChangeset
for help on using the changeset viewer.