From 325bba15cc1fa694e7bd0f460341937fe59fbf5a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 25 Jan 2007 18:02:23 +0000 Subject: [PATCH] Whoops- #ifdef problem caused uninitialized transport. Not horribly a problem, but caused annoying messages. --- sys/dev/mpt/mpt_cam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index 320941f3baed..1b4a374298cc 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -3226,7 +3226,7 @@ mpt_action(struct cam_sim *sim, union ccb *ccb) /* * 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;