PARPORT_MODE_EPP
if (pi->pardev->port->modes & PARPORT_MODE_EPP)
p->modes |= PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP;
p->size = (p->modes & PARPORT_MODE_EPP)?8:3;
p->modes |= PARPORT_MODE_EPP;
pb->modes |= PARPORT_MODE_EPP;
(pb->modes & PARPORT_MODE_EPP))
if (pb->irq == PARPORT_IRQ_NONE && (pb->modes & PARPORT_MODE_EPP))
p->size = (p->modes & PARPORT_MODE_EPP) ? 8 : 3;
if (EPP_res && (p->modes & PARPORT_MODE_EPP) == 0) {
if ((modes & PARPORT_MODE_EPP) && (modes & PARPORT_MODE_ECP))
pp->modes = PARPORT_MODE_PCSPP | PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_COMPAT;