patch-2.0.34 linux/include/asm-alpha/floppy.h

Next file: linux/include/asm-alpha/hwrpb.h
Previous file: linux/include/asm-alpha/dma.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.33/linux/include/asm-alpha/floppy.h linux/include/asm-alpha/floppy.h
@@ -51,11 +51,11 @@
 /*
  * Most Alphas have no problems with floppy DMA crossing 64k borders. Sigh...
  */
-#ifdef CONFIG_ALPHA_XL
+#if defined(CONFIG_ALPHA_XL) || defined(CONFIG_ALPHA_RUFFIAN)
 #define CROSS_64KB(a,s) \
     ((unsigned long)(a)/0x10000 != ((unsigned long)(a) + (s) - 1) / 0x10000)
-#else /* CONFIG_ALPHA_XL */
+#else /* XL || RUFFIAN */
 #define CROSS_64KB(a,s) (0)
-#endif /* CONFIG_ALPHA_XL */
+#endif /* XL || RUFFIAN */
 
 #endif /* __ASM_ALPHA_FLOPPY_H */

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