}
} else if ((name3 = ETuple3.cast(portName)) != null
&& name3.elem1 == am_fd) {
ESmall in = name3.elem2.testSmall();
ESmall out = name3.elem3.testSmall();
if (in == null || out == null) throw ERT.badarg(portName, portSetting);
// log.finer("creating fd driver in="+in+"; out="+out);
task = new EFDDriverTask(proc, in.value, out.value, portSetting);