Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/10/2001 01:15:54
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Nov  9 23:15:54 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/xscale: files.i80312 i80312var.h
	syssrc/sys/arch/evbarm/iq80310: i80312_mainbus.c
Added Files:
	syssrc/sys/arch/arm/xscale: i80312_pci_dma.c

Log Message:
Add support for PCI DMA on the i80312.  We currently just do
DMA via the Secondary Inbound window, for now.  Will probably
need to revisit this at some point.

Require that the board-specific i80312 front-end slice off a
subregion for the memory controller before calling i80312_attach(),
and fix a bug in the IQ80310 front-end that caused the Secondary
Inbound window to be configured incorrectly.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/xscale/files.i80312
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/xscale/i80312_pci_dma.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/xscale/i80312var.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/evbarm/iq80310/i80312_mainbus.c

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