patch-2.0.7 linux/drivers/scsi/ncr53c8xx.c

Next file: linux/drivers/sound/Readme.aedsp16
Previous file: linux/drivers/scsi/ChangeLog.ncr53c8xx
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.6/linux/drivers/scsi/ncr53c8xx.c linux/drivers/scsi/ncr53c8xx.c
@@ -243,7 +243,7 @@
 
 #define NCR_SNOOP_TIMEOUT (1000000)
 
-#ifdef SCSI_NCR_IOMAPPED
+#if defined(SCSI_NCR_IOMAPPED) || defined(__alpha__)
 #define NCR_IOMAPPED
 #endif
 
@@ -6546,9 +6546,14 @@
 		np->script->start1[0] =  SCR_INT;
 
 		/*
+		**	For the moment tagged transfers cannot be disabled.
+		*/
+#if 0
+		/*
 		**	Try to disable tagged transfers.
 		*/
 		ncr_setmaxtags (np, &np->target[target], 0);
+#endif
 
 		/*
 		** @QUEUE@

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