Searched refs:SCSI (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ovfreader.h | 496 enum ControllerSystemType { IDE, SATA, SCSI }; enumerator in enum:ovf::HardDiskController::ControllerSystemType 497 ControllerSystemType system; // one of IDE, SATA, SCSI 501 // note that we treat LsiLogicSAS as a SCSI controller (system == SCSI) even though VirtualBox 502 // treats it as a fourth class besides IDE, SATA, SCSI 520 uint32_t idController;// SCSI (or IDE) controller this disk is connected to; 524 // and possibly higher for disks attached to SCSI controllers (untested)
|
/vbox/src/VBox/Main/xml/ |
H A D | ovfreader.cpp | 584 case ResourceType_ParallelSCSIHBA: // 6 SCSI controller 587 <rasd:Caption>SCSI Controller 0 - LSI Logic</rasd:Caption> 589 <rasd:ElementName>SCSI controller</rasd:ElementName> 595 hdc.system = HardDiskController::SCSI;
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | orgs.asm | 576 ; SCSI driver setup 706 ; b3: SCSI on system board 709 ; b0: SCSI supported in IML
|
H A D | VBoxBiosAlternative.asm | 627 ; SCSI host adapter driver to boot from SCSI disks 944 db 00ah, 00ah, ' SCSI controller:', 000h 970 db 'SCSI %d-ID#%d: LCHS=%u/%u/%u %lu sectors', 00ah, 000h 971 db 'SCSI %d-ID#%d: CD/DVD-ROM', 00ah, 000h, 000h
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImplImport.cpp | 566 case ovf::HardDiskController::SCSI: 574 // OVF considers SAS a variant of SCSI but VirtualBox considers it a class of its own 587 "SCSI controller of type \"%s\" with ID %s, but VirtualBox presently " 588 "supports only one SCSI controller."), 2291 case ovf::HardDiskController::SCSI: 2296 controllerType = Bstr("SCSI Controller"); 2974 /* Hard disk controller SCSI */ 2979 tr("Too many SCSI controllers in OVF; import facility only supports one")); 2983 Bstr bstrName(L"SCSI Controller"); 2991 // OVF treats LsiLogicSas as a SCSI controlle [all...] |
Completed in 245 milliseconds