patch-2.1.121 linux/include/asm-alpha/floppy.h
Next file: linux/include/asm-alpha/hardirq.h
Previous file: linux/include/asm-alpha/dma.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Sep 6 10:34:33 1998
- Orig file:
v2.1.120/linux/include/asm-alpha/floppy.h
- Orig date:
Tue Aug 18 22:02:07 1998
diff -u --recursive --new-file v2.1.120/linux/include/asm-alpha/floppy.h linux/include/asm-alpha/floppy.h
@@ -52,8 +52,8 @@
/*
* Most Alphas have no problems with floppy DMA crossing 64k borders,
- * except for XL. It is also the only one with DMA limits, so we use
- * that to test in the generic kernel.
+ * except for XL and RUFFIAN. They are also the only one with DMA
+ * limits, so we use that to test in the generic kernel.
*/
#define __CROSS_64KB(a,s) \
@@ -64,7 +64,7 @@
#ifdef CONFIG_ALPHA_GENERIC
# define CROSS_64KB(a,s) (__CROSS_64KB(a,s) && ~alpha_mv.max_dma_address)
#else
-# ifdef CONFIG_ALPHA_XL
+# if defined(CONFIG_ALPHA_XL) || defined(CONFIG_ALPHA_RUFFIAN)
# define CROSS_64KB(a,s) __CROSS_64KB(a,s)
# else
# define CROSS_64KB(a,s) (0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov