PERFORCE change 173453 for review

Alexander Motin mav at FreeBSD.org
Thu Jan 21 12:00:54 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=173453

Change 173453 by mav at mav_mavtest on 2010/01/21 12:00:06

	Remove scsi_sense_print() call, cam_error_print() already does it.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_periph.c#49 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_periph.c#49 (text+ko) ====

@@ -1615,8 +1615,6 @@
 		 && (ccb->ccb_h.status & CAM_AUTOSNS_VALID) != 0) {
 			cam_error_print(print_ccb, CAM_ESF_ALL, CAM_EPF_ALL);
 			xpt_print_path(ccb->ccb_h.path);
-			if (bootverbose)
-				scsi_sense_print(&print_ccb->csio);
 			printf("%s\n", action_string);
 		}
 	}


More information about the p4-projects mailing list