patch-2.2.17 linux/drivers/scsi/sym53c8xx.c
Next file: linux/drivers/scsi/tmscsim.c
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 4 18:39:21 2000
- Orig file:
v2.2.16/drivers/scsi/sym53c8xx.c
- Orig date:
Mon Sep 4 18:37:36 2000
diff -u --recursive --new-file v2.2.16/drivers/scsi/sym53c8xx.c linux/drivers/scsi/sym53c8xx.c
@@ -4180,7 +4180,7 @@
** 64 bit (53C896) ?
*/
if (np->features & FE_64BIT)
-#if BITS_PER_LONG > 32
+#ifdef SCSI_NCR_USE_64BIT_DAC
np->rv_ccntl1 |= (XTIMOD | EXTIBMV);
#else
np->rv_ccntl1 |= (DDAC);
@@ -9021,7 +9021,7 @@
** code will get more complex later).
*/
-#if BITS_PER_LONG > 32
+#ifdef SCSI_NCR_USE_64BIT_DAC
#define SCATTER_ONE(data, badd, len) \
(data)->addr = cpu_to_scr(badd); \
(data)->size = cpu_to_scr((((badd) >> 8) & 0xff000000) + len);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)