scsi_probe
scsi_probe(sc->sc_scsibus, dt->de.target, dt->de.lun);
scsi_probe(sb, target, lun);
return scsi_probe(sb, sdev->sd_target, sdev->sd_lun);
int scsi_probe(struct scsibus_softc *, int, int);