sym2 boards without NVRAM currently negotiate narrow due to this missed initialisation Signed-off-by: Matthew Wilcox <matthew@xxxxxx> Index: ./drivers/scsi/sym53c8xx_2/sym_hipd.c =================================================================== RCS file: /var/cvs/linux-2.6/drivers/scsi/sym53c8xx_2/sym_hipd.c,v retrieving revision 1.82.2.1 retrieving revision 1.82 diff -u -p -r1.82.2.1 -r1.82 --- ./drivers/scsi/sym53c8xx_2/sym_hipd.c 28 Feb 2006 05:25:44 -0000 1.82.2.1 +++ ./drivers/scsi/sym53c8xx_2/sym_hipd.c 27 Feb 2006 14:11:31 -0000 1.82 @@ -919,6 +922,8 @@ static int sym_prepare_setting(struct Sc tp->usrflags |= (SYM_DISC_ENABLED | SYM_TAGS_ENABLED); tp->usrtags = SYM_SETUP_MAX_TAG; + tp->usr_width = np->maxwide; + tp->usr_period = 9; sym_nvram_setup_target(tp, i, nvram); - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html