diff options
Diffstat (limited to 'sys/dev/firewire/sbp.c')
-rw-r--r-- | sys/dev/firewire/sbp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 83d692ba..4dacad1 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1723,7 +1723,7 @@ SBP_DEBUG(1) ccb->ccb_h.func_code); END_DEBUG - ccb->ccb_h.status = CAM_TID_INVALID; + ccb->ccb_h.status = CAM_DEV_NOT_THERE; xpt_done(ccb); return; } @@ -1743,7 +1743,7 @@ SBP_DEBUG(0) ccb->ccb_h.target_id, ccb->ccb_h.target_lun, ccb->ccb_h.func_code); END_DEBUG - ccb->ccb_h.status = CAM_TID_INVALID; + ccb->ccb_h.status = CAM_DEV_NOT_THERE; xpt_done(ccb); return; } |