patch-2.4.19 linux-2.4.19/include/asm-mips64/scatterlist.h
Next file: linux-2.4.19/include/asm-mips64/semaphore.h
Previous file: linux-2.4.19/include/asm-mips64/reboot.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-mips64/scatterlist.h
- Orig date:
Fri Oct 12 15:35:54 2001
diff -urN linux-2.4.18/include/asm-mips64/scatterlist.h linux-2.4.19/include/asm-mips64/scatterlist.h
@@ -2,17 +2,18 @@
#define __ASM_MIPS64_SCATTERLIST_H
struct scatterlist {
- char * address; /* Location data is to be transferred to */
- unsigned int length;
-
- __u32 dvma_address;
+ char * address; /* Location data is to be transferred to */
+ struct page *page;
+ unsigned int length;
+
+ __u32 dma_address;
};
struct mmu_sglist {
char *addr;
char *__dont_touch;
unsigned int len;
- __u32 dvma_addr;
+ __u32 dma_addr;
};
#define ISA_DMA_THRESHOLD (0x00ffffffUL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)