patch-2.4.0-test9 linux/arch/arm/mach-shark/dma.c
Next file: linux/arch/arm/mach-shark/mm.c
Previous file: linux/arch/arm/mach-shark/arch.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Sep 18 15:15:25 2000
- Orig file:
v2.4.0-test8/linux/arch/arm/mach-shark/dma.c
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test8/linux/arch/arm/mach-shark/dma.c linux/arch/arm/mach-shark/dma.c
@@ -0,0 +1,25 @@
+/*
+ * linux/arch/arm/mach-shark/dma.c
+ *
+ * by Alexander.Schulz@stud.uni-karlsruhe.de
+ *
+ * derived from:
+ * arch/arm/kernel/dma-ebsa285.c
+ * Copyright (C) 1998 Phil Blundell
+ */
+
+#include <linux/config.h>
+#include <linux/sched.h>
+#include <linux/init.h>
+
+#include <asm/dma.h>
+#include <asm/io.h>
+
+#include <asm/mach/dma.h>
+
+void __init arch_dma_init(dma_t *dma)
+{
+#ifdef CONFIG_ISA_DMA
+ isa_init_dma(dma);
+#endif
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)