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

Next file: linux/drivers/scsi/pas16.c
Previous file: linux/drivers/scsi/g_NCR5380.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.85/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -105,6 +105,10 @@
 #include "t128.h"
 #endif
 
+#ifdef CONFIG_SCSI_DTC3280
+#include "dtc.h"
+#endif
+
 #ifdef CONFIG_SCSI_NCR53C7xx
 #include "53c7,8xx.h"
 #endif
@@ -137,6 +141,7 @@
 #include "scsi_debug.h"
 #endif
 
+
 /*
 static const char RCSid[] = "$Header: /usr/src/linux/kernel/blk_drv/scsi/RCS/hosts.c,v 1.3 1993/09/24 12:21:00 drew Exp drew $";
 */
@@ -218,6 +223,9 @@
 #endif
 #ifdef CONFIG_SCSI_T128
     TRANTOR_T128,
+#endif
+#ifdef CONFIG_SCSI_DTC3280
+        DTC3x80,
 #endif
 #ifdef CONFIG_SCSI_NCR53C7xx
     NCR53c7xx,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this