patch-2.1.31 linux/drivers/scsi/aha152x.c
Next file: linux/drivers/scsi/g_NCR5380.c
Previous file: linux/drivers/scsi/README.FlashPoint
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Mon Mar 31 12:52:31 1997
-  Orig file: 
v2.1.30/linux/drivers/scsi/aha152x.c
-  Orig date: 
Sat Sep 28 01:37:41 1996
diff -u --recursive --new-file v2.1.30/linux/drivers/scsi/aha152x.c linux/drivers/scsi/aha152x.c
@@ -432,9 +432,13 @@
 #if defined(DEBUG_AHA152X)
 int aha152x[]  = { 0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0, DEBUG_DEFAULT };
 int aha152x1[] = { 0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0, DEBUG_DEFAULT };
+MODULE_PARM(aha152x, "1-9i");
+MODULE_PARM(aha152x1, "1-9i");
 #else
 int aha152x[]  = { 0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0 };
 int aha152x1[] = { 0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0 };
+MODULE_PARM(aha152x, "1-8i");
+MODULE_PARM(aha152x1, "1-8i");
 #endif
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov