summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-11-08 10:56:57 +0000
committerscottl <scottl@FreeBSD.org>2003-11-08 10:56:57 +0000
commit75c2ad8b163872cd11caae4f439085e9bf7f75f4 (patch)
treed274e95f1668b3e750a53f9c1b011826178dd30a
parent2f419f2b30ac0653a1885c9a29ca4786c8a701d8 (diff)
downloadFreeBSD-src-75c2ad8b163872cd11caae4f439085e9bf7f75f4.zip
FreeBSD-src-75c2ad8b163872cd11caae4f439085e9bf7f75f4.tar.gz
Don't be so chatty when performing manual sense. This should make ATAPICAM
devices a lot more quiet.
-rw-r--r--sys/cam/cam_periph.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index 0728de5..2b7622b 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -969,13 +969,13 @@ camperiphdone(struct cam_periph *periph, union ccb *done_ccb)
if (sense_key != SSD_KEY_NO_SENSE) {
saved_ccb->ccb_h.status |=
CAM_AUTOSNS_VALID;
+#if 0
xpt_print_path(saved_ccb->ccb_h.path);
printf("Recovered Sense\n");
-#if 0
scsi_sense_print(&saved_ccb->csio);
-#endif
cam_error_print(saved_ccb, CAM_ESF_ALL,
CAM_EPF_ALL);
+#endif
xpt_done_ccb = TRUE;
}
}
OpenPOWER on IntegriCloud