Searched defs:IDE (Results 1 - 1 of 1) 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

Completed in 2901 milliseconds