From 5a5f2b1cc9321d5116a0a8e1ba900453caa0d1be Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 12 Oct 2015 08:56:03 +0200 Subject: [PATCH] Revert "kernel/scsi: Fix sense information printing in bootverbose." This reverts commit f5c36c3e4c612f366cb62cfdfeb4097e1d585ca8. This needs more investigation. The revert is slightly different in that it uses just "#if 0" for now. --- sys/bus/cam/scsi/scsi_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/bus/cam/scsi/scsi_all.c b/sys/bus/cam/scsi/scsi_all.c index ad13b6f92b..744ecb3aa3 100644 --- a/sys/bus/cam/scsi/scsi_all.c +++ b/sys/bus/cam/scsi/scsi_all.c @@ -2882,7 +2882,7 @@ scsi_error_action(struct ccb_scsiio *csio, struct scsi_inquiry_data *inq_data, } } } -#ifdef _KERNEL +#if 0 /* XXX KERNEL */ if (bootverbose) sense_flags |= SF_PRINT_ALWAYS; #endif -- 2.11.4.GIT