taglinefilesource code
number_of_39xxs1145drivers/scsi/aic7xxx.cstatic int number_of_39xxs = 0;
number_of_39xxs4294drivers/scsi/aic7xxx.cconfig.chan_num = number_of_39xxs & 0x1;  /* Has 2 controllers */
number_of_39xxs4295drivers/scsi/aic7xxx.cnumber_of_39xxs++;
number_of_39xxs4296drivers/scsi/aic7xxx.cif (number_of_39xxs == 2)
number_of_39xxs4298drivers/scsi/aic7xxx.cnumber_of_39xxs = 0;  /* To be consistent with 3985. */
number_of_39xxs4304drivers/scsi/aic7xxx.cconfig.chan_num = number_of_39xxs & 0x3;  /* Has 3 controllers */
number_of_39xxs4305drivers/scsi/aic7xxx.cnumber_of_39xxs++;
number_of_39xxs4306drivers/scsi/aic7xxx.cif (number_of_39xxs == 3)
number_of_39xxs4308drivers/scsi/aic7xxx.cnumber_of_39xxs = 0;