diff options
Diffstat (limited to 'drivers/scsi/53c700.c')
-rw-r--r-- | drivers/scsi/53c700.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c index 6a0f9506ea00..b767918b9a98 100644 --- a/drivers/scsi/53c700.c +++ b/drivers/scsi/53c700.c | |||
@@ -376,7 +376,7 @@ NCR_700_detect(struct scsi_host_template *tpnt, | |||
376 | dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); | 376 | dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); |
377 | hostdata->state = NCR_700_HOST_FREE; | 377 | hostdata->state = NCR_700_HOST_FREE; |
378 | hostdata->cmd = NULL; | 378 | hostdata->cmd = NULL; |
379 | host->max_id = 7; | 379 | host->max_id = 8; |
380 | host->max_lun = NCR_700_MAX_LUNS; | 380 | host->max_lun = NCR_700_MAX_LUNS; |
381 | BUG_ON(NCR_700_transport_template == NULL); | 381 | BUG_ON(NCR_700_transport_template == NULL); |
382 | host->transportt = NCR_700_transport_template; | 382 | host->transportt = NCR_700_transport_template; |