Searched refs:aha152x1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.c | 384 MODULE_PARM(aha152x1, "1-8i"); 385 MODULE_PARM_DESC(aha152x1, "parameters for second controller"); 386 static int aha152x1[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 396 MODULE_PARM(aha152x1, "1-9i"); 397 MODULE_PARM_DESC(aha152x1, "parameters for second controller"); 398 static int aha152x1[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; variable 1092 if (setup_count<ARRAY_SIZE(setup) && (aha152x1[0]!=0 || io[1]!=0 || irq[1]!=0)) { 1093 if(aha152x1[0]!=0) { 1095 setup[setup_count].io_port = aha152x1[0]; 1096 setup[setup_count].irq = aha152x1[1]; [all …]
|
D | README.aha152x | 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|