* [PATCH 5/6] mpt fusion : Setting intial period to 0xFF instead of 0xA
@ 2008-05-20 19:31 Prakash, Sathya
0 siblings, 0 replies; only message in thread
From: Prakash, Sathya @ 2008-05-20 19:31 UTC (permalink / raw)
To: linux-scsi; +Cc: eric.moore
The initial period is set to 0xFF
Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
---
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c
index bd3a3be..dae3936 100644
--- a/drivers/message/fusion/mptspi.c
+++ b/drivers/message/fusion/mptspi.c
@@ -447,6 +447,7 @@ static int mptspi_target_alloc(struct scsi_target *starget)
spi_max_offset(starget) = ioc->spi_data.maxSyncOffset;
spi_offset(starget) = 0;
+ spi_period(starget) = 0xFF;
mptspi_write_width(starget, 0);
return 0;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-20 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 19:31 [PATCH 5/6] mpt fusion : Setting intial period to 0xFF instead of 0xA Prakash, Sathya
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.