patch-2.1.63 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/scsi/scsi.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Nov  4 09:17:30 1997
-  Orig file: 
v2.1.62/linux/init/main.c
-  Orig date: 
Sun Sep  7 13:10:43 1997
diff -u --recursive --new-file v2.1.62/linux/init/main.c linux/init/main.c
@@ -117,6 +117,7 @@
 extern void generic_NCR53C400_setup(char *str, int *intr);
 extern void aha152x_setup(char *str, int *ints);
 extern void aha1542_setup(char *str, int *ints);
+extern void gdth_setup(char *str, int *ints);
 extern void aic7xxx_setup(char *str, int *ints);
 extern void AM53C974_setup(char *str, int *ints);
 extern void BusLogic_Setup(char *str, int *ints);
@@ -404,6 +405,9 @@
 #endif
 #ifdef CONFIG_SCSI_AHA1542
 	{ "aha1542=", aha1542_setup},
+#endif
+#ifdef CONFIG_SCSI_GDTH
+	{ "gdth=", gdth_setup},
 #endif
 #ifdef CONFIG_SCSI_AIC7XXX
 	{ "aic7xxx=", aic7xxx_setup},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov