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
- Lines: 18
- Date:
Fri Apr 11 10:47:39 1997
- Orig file:
v2.1.33/linux/include/asm-sparc64/scatterlist.h
- Orig date:
Mon Dec 30 02:00:03 1996
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