Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2010 12:00:53 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 173453 for review
Message-ID:  <201001211200.o0LC0rOf034078@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=173453

Change 173453 by mav@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);
 		}
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001211200.o0LC0rOf034078>