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/files.pxa2x0 | |
parent | 534e452760f3e33c847df924fd461273d9cd8707 (diff) |
Add basic support for the pxa2x0 DMA controller.
ok deraadt@ dlg@ drahn@ uwe@
Diffstat (limited to 'sys/arch/arm/xscale/files.pxa2x0')
-rw-r--r-- | sys/arch/arm/xscale/files.pxa2x0 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/arm/xscale/files.pxa2x0 b/sys/arch/arm/xscale/files.pxa2x0 index e066256c77b..0947ef7e9ac 100644 --- a/sys/arch/arm/xscale/files.pxa2x0 +++ b/sys/arch/arm/xscale/files.pxa2x0 @@ -1,4 +1,4 @@ -# $OpenBSD: files.pxa2x0,v 1.10 2005/03/08 20:00:23 tdeval Exp $ +# $OpenBSD: files.pxa2x0,v 1.11 2005/04/14 23:40:34 pascoe Exp $ # $NetBSD: files.pxa2x0,v 1.6 2004/05/01 19:09:14 thorpej Exp $ # # Configuration info for Intel PXA2[51]0 CPU support @@ -30,6 +30,11 @@ device pxagpio attach pxagpio at pxaip file arch/arm/xscale/pxa2x0_gpio.c pxagpio needs-flag +# DMA controller +device pxadmac +attach pxadmac at pxaip +file arch/arm/xscale/pxa2x0_dmac.c pxadmac needs-flag + # clock device # PXA2x0's built-in timer is compatible to SA-1110. device saost |