aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorThomas Quinot <thomas@FreeBSD.org>2003-09-21 08:42:32 +0000
committerThomas Quinot <thomas@FreeBSD.org>2003-09-21 08:42:32 +0000
commit86addc52710d328f08c60bd415fed6f37b2be95f (patch)
treeb3cd1e59ab8b767432359a36614063e0c233fc12 /sys/cam
parent0fa21a585c4ddc442b6cb1d4a56280e8c5d59c61 (diff)
Notes
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_periph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index 23a928f56d3c1..f78177a3fdeaf 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -975,7 +975,7 @@ camperiphdone(struct cam_periph *periph, union ccb *done_ccb)
sense_key = saved_ccb->csio.sense_data.flags;
sense_key &= SSD_KEY;
if (sense_key != SSD_KEY_NO_SENSE) {
- saved_ccb->ccb_h.flags |=
+ saved_ccb->ccb_h.status |=
CAM_AUTOSNS_VALID;
xpt_print_path(saved_ccb->ccb_h.path);
printf("Recovered Sense\n");