diff options
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r-- | drivers/scsi/dpt_i2o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index 7b3bd34faf47..b20b37661d6f 100644 --- a/drivers/scsi/dpt_i2o.c +++ b/drivers/scsi/dpt_i2o.c | |||
@@ -2212,7 +2212,7 @@ static s32 adpt_scsi_register(adpt_hba* pHba,struct scsi_host_template * sht) | |||
2212 | */ | 2212 | */ |
2213 | host->io_port = 0; | 2213 | host->io_port = 0; |
2214 | host->n_io_port = 0; | 2214 | host->n_io_port = 0; |
2215 | /* see comments in hosts.h */ | 2215 | /* see comments in scsi_host.h */ |
2216 | host->max_id = 16; | 2216 | host->max_id = 16; |
2217 | host->max_lun = 256; | 2217 | host->max_lun = 256; |
2218 | host->max_channel = pHba->top_scsi_channel + 1; | 2218 | host->max_channel = pHba->top_scsi_channel + 1; |