PERFORCE change 113520 for review

Matt Jacob mjacob at FreeBSD.org
Thu Jan 25 18:02:17 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113520

Change 113520 by mjacob at mjexp on 2007/01/25 18:01:29

	Whoops- #ifdef problem caused uninitialized transport.

Affected files ...

.. //depot/projects/mjexp/sys/dev/mpt/mpt_cam.c#10 edit

Differences ...

==== //depot/projects/mjexp/sys/dev/mpt/mpt_cam.c#10 (text+ko) ====

@@ -3264,7 +3264,7 @@
 		/*
 		 * The base speed is the speed of the underlying connection.
 		 */
-#ifdef	CAM_NEW_TRAN
+#ifdef	CAM_NEW_TRAN_CODE
 		cpi->protocol = PROTO_SCSI;
 		if (mpt->is_fc) {
 			cpi->hba_misc = PIM_NOBUSRESET;


More information about the p4-projects mailing list