patch-2.2.3 linux/drivers/scsi/hosts.c
Next file: linux/drivers/scsi/i60uscsi.c
Previous file: linux/drivers/scsi/atp870u.c
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Wed Feb 24 16:27:54 1999
- Orig file:
v2.2.2/linux/drivers/scsi/hosts.c
- Orig date:
Tue Jan 19 11:32:51 1999
diff -u --recursive --new-file v2.2.2/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -223,6 +223,10 @@
#include "NCR53c406a.h"
#endif
+#ifdef CONFIG_SCSI_SYM53C416
+#include "sym53c416.h"
+#endif
+
#ifdef CONFIG_SCSI_DC390T
#include "dc390.h"
#endif
@@ -283,6 +287,10 @@
#include "ini9100u.h"
#endif
+#ifdef CONFIG_SCSI_INIA100
+#include "inia100.h"
+#endif
+
#ifdef CONFIG_SCSI_DEBUG
#include "scsi_debug.h"
#endif
@@ -452,7 +460,7 @@
#ifdef CONFIG_SCSI_AIC7XXX
AIC7XXX,
#endif
-#ifdef CONFIG_FD_MCS
+#ifdef CONFIG_SCSI_FD_MCS
FD_MCS,
#endif
#ifdef CONFIG_SCSI_FUTURE_DOMAIN
@@ -467,6 +475,9 @@
#ifdef CONFIG_SCSI_NCR53C406A /* 53C406A should come before QLOGIC */
NCR53c406a,
#endif
+#ifdef CONFIG_SCSI_SYM53C416
+ SYM53C416,
+#endif
#ifdef CONFIG_SCSI_QLOGIC_FAS
QLOGICFAS,
#endif
@@ -532,6 +543,9 @@
#endif
#ifdef CONFIG_SCSI_INITIO
INI9100U,
+#endif
+#ifdef CONFIG_SCSI_INIA100
+ INIA100,
#endif
#ifdef CONFIG_SCSI_QLOGICPTI
QLOGICPTI,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)