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

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

diff -u --recursive --new-file v2.1.96/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -209,6 +209,10 @@
 #include "psi240i.h"
 #endif
 
+#ifdef CONFIG_SCSI_PLUTO
+#include "pluto.h"
+#endif
+
 #ifdef CONFIG_SCSI_DEBUG
 #include "scsi_debug.h"
 #endif
@@ -381,6 +385,9 @@
 #endif
 #ifdef CONFIG_SCSI_MAC53C94
     SCSI_MAC53C94,
+#endif
+#ifdef CONFIG_SCSI_PLUTO
+    PLUTO,
 #endif
 #ifdef CONFIG_SCSI_DEBUG
     SCSI_DEBUG,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov