patch-2.1.34 linux/include/asm-sparc64/scatterlist.h

Next file: linux/include/asm-sparc64/semaphore.h
Previous file: linux/include/asm-sparc64/sbus.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.33/linux/include/asm-sparc64/scatterlist.h linux/include/asm-sparc64/scatterlist.h
@@ -1,4 +1,4 @@
-/* $Id: scatterlist.h,v 1.1 1996/12/26 14:22:32 davem Exp $ */
+/* $Id: scatterlist.h,v 1.4 1997/04/10 05:13:32 davem Exp $ */
 #ifndef _SPARC64_SCATTERLIST_H
 #define _SPARC64_SCATTERLIST_H
 
@@ -10,9 +10,9 @@
 			 * dma indirect buffer.  NULL otherwise */
     unsigned int length;
 
-    char * dvma_address; /* A place to hang host-specific addresses at. */
+    __u32 dvma_address; /* A place to hang host-specific addresses at. */
 };
 
-#define ISA_DMA_THRESHOLD ((0x100000000) + PAGE_OFFSET)
+#define ISA_DMA_THRESHOLD ((0xf0000000) + PAGE_OFFSET)
 
 #endif /* !(_SPARC64_SCATTERLIST_H) */

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