diff options
Diffstat (limited to 'drivers/scsi/aha152x.c')
-rw-r--r-- | drivers/scsi/aha152x.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/scsi/aha152x.c b/drivers/scsi/aha152x.c index 531a1f9ceb51..de80cdfb5b9d 100644 --- a/drivers/scsi/aha152x.c +++ b/drivers/scsi/aha152x.c | |||
@@ -1716,12 +1716,7 @@ static void seldo_run(struct Scsi_Host *shpnt) | |||
1716 | ADDMSGO(BUS_DEVICE_RESET); | 1716 | ADDMSGO(BUS_DEVICE_RESET); |
1717 | } else if (SYNCNEG==0 && SYNCHRONOUS) { | 1717 | } else if (SYNCNEG==0 && SYNCHRONOUS) { |
1718 | CURRENT_SC->SCp.phase |= syncneg; | 1718 | CURRENT_SC->SCp.phase |= syncneg; |
1719 | ADDMSGO(EXTENDED_MESSAGE); | 1719 | MSGOLEN += spi_populate_sync_msg(&MSGO(MSGOLEN), 50, 8); |
1720 | ADDMSGO(3); | ||
1721 | ADDMSGO(EXTENDED_SDTR); | ||
1722 | ADDMSGO(50); /* 200ns */ | ||
1723 | ADDMSGO(8); /* 8 byte req/ack offset */ | ||
1724 | |||
1725 | SYNCNEG=1; /* negotiation in progress */ | 1720 | SYNCNEG=1; /* negotiation in progress */ |
1726 | } | 1721 | } |
1727 | 1722 | ||