Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/13/2005 07:42:28
Module Name:	src
Committed By:	scw
Date:		Wed Apr 13 07:42:28 UTC 2005

Modified Files:
	src/sys/arch/arm/xscale: files.pxa2x0
	src/sys/arch/evbarm/conf: LUBBOCK
Added Files:
	src/sys/arch/arm/xscale: pxa2x0_ac97.c pxa2x0_dmac.c pxa2x0_dmac.h

Log Message:
Add support for the DMA and AC97 controllers on PXA2x0, and enable them
on the Lubbock evaluation board.

Many thanks to Hiroyuki Bessho for testing this driver with the new
aurateconv interface, as I no longer have access to the hardware.

Contributed by Wasabi Systems, Inc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/arm/xscale/files.pxa2x0
cvs rdiff -r0 -r1.1 src/sys/arch/arm/xscale/pxa2x0_ac97.c \
    src/sys/arch/arm/xscale/pxa2x0_dmac.c \
    src/sys/arch/arm/xscale/pxa2x0_dmac.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/evbarm/conf/LUBBOCK

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.