adaasync
status = xpt_register_async(AC_FOUND_DEVICE, adaasync, NULL, NULL);
xpt_register_async(0, adaasync, periph, periph->path);
path, adaasync,
adaasync, periph, periph->path);
static void adaasync(void *callback_arg, uint32_t code,