Searched refs:IDE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A Dovfreader.h343 uint32_t ulBusNumber; // seen with IDE controllers, but not listed in OVF spec
496 enum ControllerSystemType { IDE, SATA, SCSI }; enumerator in enum:ovf::HardDiskController::ControllerSystemType
497 ControllerSystemType system; // one of IDE, SATA, SCSI
500 // controller subtype (Item/ResourceSubType); e.g. "LsiLogic"; can be empty (esp. for IDE)
502 // treats it as a fourth class besides IDE, SATA, SCSI
506 // be true for the first controller of this type (e.g. IDE primary ctler) or
507 // false for the next (e.g. IDE secondary ctler)
520 uint32_t idController;// SCSI (or IDE) controller this disk is connected to;
523 uint32_t ulAddressOnParent;// parsed strAddressOnParent of hardware item; will be 0 or 1 for IDE
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp538 <rasd:Description>IDE Controller</rasd:Description>
545 hdc.system = HardDiskController::IDE;
552 // this is the first IDE controller found: then mark it as "primary"
556 // this is the second IDE controller found: If VMware exports two
557 // IDE controllers, it seems that they are given an "Address" of 0
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp517 case ovf::HardDiskController::IDE:
521 // @todo: figure out the IDE types
537 "IDE controller channels, but VirtualBox supports only two."),
2211 * @param controllerType out: the name of the hard disk controller to attach to (e.g. "IDE Controller").
2228 case ovf::HardDiskController::IDE:
2229 // For the IDE bus, the port parameter can be either 0 or 1, to specify the primary
2230 // or secondary IDE controller, respectively. For the primary controller of the IDE bus,
2232 // respectively. For the secondary IDE controller, the device number is always 1 because
2234 controllerType = Bstr("IDE Controlle
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A DVBoxBiosAlternative.asm945 db ' IDE controller:', 000h

Completed in 710 milliseconds