aha152x1 358 drivers/scsi/aha152x.c static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; aha152x1 359 drivers/scsi/aha152x.c module_param_array(aha152x1, int, NULL, 0); aha152x1 360 drivers/scsi/aha152x.c MODULE_PARM_DESC(aha152x1, "parameters for second controller"); aha152x1 3165 drivers/scsi/aha152x.c if (setup_count<ARRAY_SIZE(setup) && (aha152x1[0]!=0 || io[1]!=0 || irq[1]!=0)) { aha152x1 3166 drivers/scsi/aha152x.c if(aha152x1[0]!=0) { aha152x1 3168 drivers/scsi/aha152x.c setup[setup_count].io_port = aha152x1[0]; aha152x1 3169 drivers/scsi/aha152x.c setup[setup_count].irq = aha152x1[1]; aha152x1 3170 drivers/scsi/aha152x.c setup[setup_count].scsiid = aha152x1[2]; aha152x1 3171 drivers/scsi/aha152x.c setup[setup_count].reconnect = aha152x1[3]; aha152x1 3172 drivers/scsi/aha152x.c setup[setup_count].parity = aha152x1[4]; aha152x1 3173 drivers/scsi/aha152x.c setup[setup_count].synchronous = aha152x1[5]; aha152x1 3174 drivers/scsi/aha152x.c setup[setup_count].delay = aha152x1[6]; aha152x1 3175 drivers/scsi/aha152x.c setup[setup_count].ext_trans = aha152x1[7];