patch-2.3.20 linux/drivers/scsi/hosts.c

Next file: linux/drivers/scsi/ncr53c8xx.c
Previous file: linux/drivers/scsi/aic7xxx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.19/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -63,6 +63,10 @@
 #include "bvme6000.h"
 #endif
 
+#ifdef CONFIG_SCSI_SIM710
+#include "sim710.h"
+#endif
+
 #ifdef CONFIG_A3000_SCSI
 #include "a3000.h"
 #endif
@@ -446,6 +450,9 @@
 #endif
 #ifdef CONFIG_BVME6000_SCSI
 	BVME6000_SCSI,
+#endif
+#ifdef CONFIG_SCSI_SIM710
+	SIM710_SCSI,
 #endif
 #ifdef CONFIG_SCSI_ADVANSYS
 	ADVANSYS,

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