Lines Matching refs:IDE
517 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 Controller");
2279 tr("Invalid channel %RI16 specified; IDE controllers support only 0, 1 or 2"),
2918 // IDE Hard disk controller
2922 * In OVF (at least VMware's version of it), an IDE controller has two ports,
2923 * so VirtualBox's single IDE controller with two channels and two ports each counts as
2924 * two OVF IDE controllers -- so we accept one or two such IDE controllers
2929 tr("Too many IDE controllers in OVF; import facility only supports two"));
2932 // one or two IDE controllers present in OVF: add one VirtualBox controller
2934 rc = pNewMachine->AddStorageController(Bstr("IDE Controller").raw(), StorageBus_IDE, pController.asOutParam());
2946 tr("Invalid IDE controller type \"%s\""),