pckbport_attach_slot
pckbport_attach_slot(sc->sc_dev, t->t_pt, PCKBPORT_KBD_SLOT);
pckbport_attach_slot(sc->sc_dev, t->t_pt, PCKBPORT_AUX_SLOT);
child = pckbport_attach_slot(self, sc->pt, slot);
if (pckbport_attach_slot(self, sc->sc_pt, i) != NULL) {
sc->sc_child = pckbport_attach_slot(self, sc->sc_pckbport,
if (pckbport_attach_slot(self, t->t_pt, PCKBPORT_KBD_SLOT))
if (pckbport_attach_slot(self, t->t_pt, PCKBPORT_AUX_SLOT))
child = pckbport_attach_slot(sc->sc_dv, t->t_pt, slot);
if (pckbport_attach_slot(sc->sc_dev, sc->sc_pt, slot)) {
device_t pckbport_attach_slot(device_t, pckbport_tag_t, pckbport_slot_t);