aha152x 354 drivers/scsi/aha152x.c static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; aha152x 355 drivers/scsi/aha152x.c module_param_array(aha152x, int, NULL, 0); aha152x 356 drivers/scsi/aha152x.c MODULE_PARM_DESC(aha152x, "parameters for first controller"); aha152x 3128 drivers/scsi/aha152x.c if (setup_count<ARRAY_SIZE(setup) && (aha152x[0]!=0 || io[0]!=0 || irq[0]!=0)) { aha152x 3129 drivers/scsi/aha152x.c if(aha152x[0]!=0) { aha152x 3131 drivers/scsi/aha152x.c setup[setup_count].io_port = aha152x[0]; aha152x 3132 drivers/scsi/aha152x.c setup[setup_count].irq = aha152x[1]; aha152x 3133 drivers/scsi/aha152x.c setup[setup_count].scsiid = aha152x[2]; aha152x 3134 drivers/scsi/aha152x.c setup[setup_count].reconnect = aha152x[3]; aha152x 3135 drivers/scsi/aha152x.c setup[setup_count].parity = aha152x[4]; aha152x 3136 drivers/scsi/aha152x.c setup[setup_count].synchronous = aha152x[5]; aha152x 3137 drivers/scsi/aha152x.c setup[setup_count].delay = aha152x[6]; aha152x 3138 drivers/scsi/aha152x.c setup[setup_count].ext_trans = aha152x[7];