patch-2.2.13 linux/init/main.c

Next file: linux/ipc/shm.c
Previous file: linux/include/video/sbusfb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.12/linux/init/main.c linux/init/main.c
@@ -272,6 +272,7 @@
 extern void wd33c93_setup (char *str, int *ints);
 extern void gvp11_setup (char *str, int *ints);
 extern void ncr53c7xx_setup (char *str, int *ints);
+extern void sim710_setup (char *str, int *ints);
 #ifdef CONFIG_MAC_SCSI
 extern void mac_scsi_setup (char *str, int *ints);
 #endif
@@ -823,6 +824,9 @@
 	    || defined(CONFIG_BVME6000_SCSI) \
 	    || defined(CONFIG_BLZ603EPLUS_SCSI)
         { "53c7xx=", ncr53c7xx_setup },
+#endif
+#if defined(CONFIG_SCSI_SIM710)
+	{ "sim710=", sim710_setup },
 #endif
 #if defined(CONFIG_A3000_SCSI) || defined(CONFIG_A2091_SCSI) \
 	    || defined(CONFIG_GVP11_SCSI)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)