diff options
Diffstat (limited to 'drivers/scsi/sym53c8xx_2')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_hipd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c index 620b4726fbd9..60850cbe3a85 100644 --- a/drivers/scsi/sym53c8xx_2/sym_hipd.c +++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c | |||
@@ -918,6 +918,8 @@ static int sym_prepare_setting(struct Scsi_Host *shost, struct sym_hcb *np, stru | |||
918 | 918 | ||
919 | tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED); | 919 | tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED); |
920 | tp->usrtags = SYM_SETUP_MAX_TAG; | 920 | tp->usrtags = SYM_SETUP_MAX_TAG; |
921 | tp->usr_width = np->maxwide; | ||
922 | tp->usr_period = 9; | ||
921 | 923 | ||
922 | sym_nvram_setup_target(tp, i, nvram); | 924 | sym_nvram_setup_target(tp, i, nvram); |
923 | 925 | ||