Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/arm/xscale Pull up revision 1.3 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/298ae5574cba
branches: netbsd-1-6
changeset: 529656:298ae5574cba
user: he <he%NetBSD.org@localhost>
date: Sat Dec 07 19:15:57 2002 +0000
description:
Pull up revision 1.3 (requested by thorpej in ticket #568):
Add support for DMA to/from the on-chip devices of the
i80321.
diffstat:
sys/arch/arm/xscale/files.i80321 | 4 +++-
sys/arch/arm/xscale/i80321.c | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 655c3cbcf33e -r 298ae5574cba sys/arch/arm/xscale/files.i80321
--- a/sys/arch/arm/xscale/files.i80321 Sat Dec 07 19:15:27 2002 +0000
+++ b/sys/arch/arm/xscale/files.i80321 Sat Dec 07 19:15:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.i80321,v 1.2.4.2 2002/11/11 23:03:23 he Exp $
+# $NetBSD: files.i80321,v 1.2.4.3 2002/12/07 19:15:57 he Exp $
#
# Configuration info for Intel i80321 XScale I/O Processor support
#
@@ -15,6 +15,8 @@
file arch/arm/xscale/i80321_pci_dma.c iopxs
file arch/arm/xscale/i80321_space.c iopxs
+file arch/arm/xscale/i80321_local_dma.c iopxs
+
# Watchdog timer
device iopwdog: sysmon_wdog
attach iopwdog at iopxs
diff -r 655c3cbcf33e -r 298ae5574cba sys/arch/arm/xscale/i80321.c
--- a/sys/arch/arm/xscale/i80321.c Sat Dec 07 19:15:27 2002 +0000
+++ b/sys/arch/arm/xscale/i80321.c Sat Dec 07 19:15:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i80321.c,v 1.2.2.1 2002/11/11 22:45:48 he Exp $ */
+/* $NetBSD: i80321.c,v 1.2.2.2 2002/12/07 19:15:57 he Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@@ -203,6 +203,7 @@
i80321_mem_bs_init(&sc->sc_pci_memt, sc);
i80321_pci_dma_init(&sc->sc_pci_dmat, sc);
i80321_pci_init(&sc->sc_pci_chipset, sc);
+ i80321_local_dma_init(&sc->sc_local_dmat, sc);
/*
* Attach all the IOP built-ins.
Home |
Main Index |
Thread Index |
Old Index