Date: Thu, 25 Jan 2007 18:02:17 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 113520 for review Message-ID: <200701251802.l0PI2Gct094409@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113520 Change 113520 by mjacob@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701251802.l0PI2Gct094409>