]> Pileus Git - ~andy/linux/commitdiff
[SCSI] mpt fusion : Setting intial period to 0xFF instead of 0xA
authorPrakash, Sathya <sathya.prakash@lsi.com>
Tue, 20 May 2008 19:31:11 +0000 (01:01 +0530)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jul 2008 13:22:14 +0000 (08:22 -0500)
The initial period is set to 0xFF

Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/message/fusion/mptspi.c

index 1cdea1aaa07bf29c4d4b110126c0c742d7372fa9..9b49516cf5a099cf6ee8308b911e2923007a1623 100644 (file)
@@ -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;