aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-07-22 03:38:55 +0000
committerWarner Losh <imp@FreeBSD.org>2025-07-22 04:00:53 +0000
commit7cbf41ef60227f2a4eaf01f600fc894ef0d50323 (patch)
tree4ea4e9354d8e32985136580efa4cc5eda21fb1cc
parent73e1bd71427794ee5496fdeb2bdaa04b05b0c35b (diff)
-rw-r--r--sys/cam/mmc/mmc_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/mmc/mmc_da.c b/sys/cam/mmc/mmc_da.c
index 7f8bf3516804..322141a72707 100644
--- a/sys/cam/mmc/mmc_da.c
+++ b/sys/cam/mmc/mmc_da.c
@@ -1081,7 +1081,7 @@ sdda_start_init_task(void *context, int pending)
CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("sdda_start_init_task\n"));
new_ccb = xpt_alloc_ccb();
xpt_setup_ccb(&new_ccb->ccb_h, periph->path,
- CAM_PRIORITY_NONE);
+ CAM_PRIORITY_NORMAL);
cam_periph_lock(periph);
cam_periph_hold(periph, PRIBIO|PCATCH);