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

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

diff -u --recursive --new-file v2.2.11/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -327,6 +327,10 @@
 #include "jazz_esp.h"
 #endif
 
+#ifdef CONFIG_IPHASE5526
+#include "../net/fc/iph5526_scsi.h"
+#endif
+
 /*
  * Moved ppa driver to the end of the probe list
  * since it is a removable host adapter.
@@ -588,6 +592,9 @@
 #ifdef CONFIG_SCSI_POWERTECSCSI
     POWERTECSCSI,
 #endif
+#endif
+#ifdef CONFIG_IPHASE5526
+	IPH5526_SCSI_FC,
 #endif
 /* "Removable host adapters" below this line (Parallel Port/USB/other) */
 #ifdef CONFIG_SCSI_PPA

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