PCKBPORT_AUX_SLOT
t->t_haveport[PCKBPORT_AUX_SLOT] = 1;
t->t_ioh[PCKBPORT_AUX_SLOT] = pa->pa_ioh;
t->t_rxih[PCKBPORT_AUX_SLOT] = intr_claim(pa->pa_irq,
t->t_rxirq[PCKBPORT_AUX_SLOT] = pa->pa_irq;
disable_irq(t->t_rxirq[PCKBPORT_AUX_SLOT]);
pckbport_attach_slot(sc->sc_dev, t->t_pt, PCKBPORT_AUX_SLOT);
for (slot = PCKBPORT_KBD_SLOT; slot <= PCKBPORT_AUX_SLOT; ++slot) {
sc->sc_slot = PCKBPORT_AUX_SLOT;
0, &t->t_ioh[PCKBPORT_AUX_SLOT]) != 0) {
macekbc_reset(t, PCKBPORT_AUX_SLOT);
if (pckbport_attach_slot(self, t->t_pt, PCKBPORT_AUX_SLOT))
t->t_present[PCKBPORT_AUX_SLOT] = 1;
return (pa->pa_slot == PCKBPORT_AUX_SLOT);
if (t->t_slotdata[PCKBPORT_AUX_SLOT])
pckbport_cleanqueue(t->t_slotdata[PCKBPORT_AUX_SLOT]);
if (pa->pa_slot != PCKBPORT_AUX_SLOT)