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

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

diff -u --recursive --new-file v2.3.47/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -345,6 +345,10 @@
 #include "jazz_esp.h"
 #endif
 
+#ifdef CONFIG_SCSI_DECNCR
+#include "dec_esp.h"
+#endif
+
 #ifdef CONFIG_SUN3X_ESP
 #include "sun3x_esp.h"
 #endif
@@ -638,10 +642,12 @@
 #ifdef CONFIG_IPHASE5526
 	IPH5526_SCSI_FC,
 #endif
+#ifdef CONFIG_SCSI_DECNCR	
+    SCSI_DEC_ESP,
+#endif
 #ifdef CONFIG_BLK_DEV_3W_XXXX_RAID
 	TWXXXX,
 #endif
-
 /* "Removable host adapters" below this line (Parallel Port/USB/other) */
 #ifdef CONFIG_SCSI_PPA
     PPA,

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