diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2022-03-05 01:49:05 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2022-03-05 01:55:23 +0000 |
| commit | 25375b1415f8a0b0290b56c00c31d20e218ffab9 (patch) | |
| tree | f4ab08b1a760134b9cbaabc32755efc95a37b6c0 /sys/dev/siis | |
| parent | d746ab215cc85d8f7ab05c5f866c338782c390ec (diff) | |
Diffstat (limited to 'sys/dev/siis')
| -rw-r--r-- | sys/dev/siis/siis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index 19b73f71be8e..93df7c4f1494 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -1396,7 +1396,8 @@ completeall: siis_reset(dev); return; } - ccb->ccb_h = ch->hold[i]->ccb_h; /* Reuse old header. */ + xpt_setup_ccb(&ccb->ccb_h, ch->hold[i]->ccb_h.path, + ch->hold[i]->ccb_h.pinfo.priority); if (ccb->ccb_h.func_code == XPT_ATA_IO) { /* READ LOG */ ccb->ccb_h.recovery_type = RECOVERY_READ_LOG; |
