diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-14 23:40:35 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-04-14 23:40:35 +0000 |
commit | a0a06583a49412e4927cd00b87a93420e8607d62 (patch) | |
tree | ce1fd500713054757ed30fe44bf1649d3b779b27 /sys/arch/arm/xscale/pxa2x0.c | |
parent | 534e452760f3e33c847df924fd461273d9cd8707 (diff) |
Add basic support for the pxa2x0 DMA controller.
ok deraadt@ dlg@ drahn@ uwe@
Diffstat (limited to 'sys/arch/arm/xscale/pxa2x0.c')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0.c b/sys/arch/arm/xscale/pxa2x0.c index 9556121a798..5ded6690269 100644 --- a/sys/arch/arm/xscale/pxa2x0.c +++ b/sys/arch/arm/xscale/pxa2x0.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0.c,v 1.6 2005/02/28 13:21:17 uwe Exp $ */ +/* $OpenBSD: pxa2x0.c,v 1.7 2005/04/14 23:40:34 pascoe Exp $ */ /* $NetBSD: pxa2x0.c,v 1.5 2003/12/12 16:42:44 thorpej Exp $ */ /* @@ -101,9 +101,7 @@ __KERNEL_RCSID(0, "$NetBSD: pxa2x0.c,v 1.5 2003/12/12 16:42:44 thorpej Exp $"); #include "pxaintc.h" #include "pxagpio.h" -#if 0 -#include "pxadmac.h" /* Not yet */ -#endif +#include "pxadmac.h" #include <sys/param.h> #include <sys/systm.h> |