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.2 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/655c3cbcf33e
branches: netbsd-1-6
changeset: 529655:655c3cbcf33e
user: he <he%NetBSD.org@localhost>
date: Sat Dec 07 19:15:27 2002 +0000
description:
Pull up revision 1.2 (requested by thorpej in ticket #568):
Add support for DMA to/from the on-chip devices of the
i80321.
diffstat:
sys/arch/arm/xscale/i80321var.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 661c07265842 -r 655c3cbcf33e sys/arch/arm/xscale/i80321var.h
--- a/sys/arch/arm/xscale/i80321var.h Sat Dec 07 19:15:03 2002 +0000
+++ b/sys/arch/arm/xscale/i80321var.h Sat Dec 07 19:15:27 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i80321var.h,v 1.1.6.2 2002/11/11 23:35:15 he Exp $ */
+/* $NetBSD: i80321var.h,v 1.1.6.3 2002/12/07 19:15:27 he Exp $ */
/*
* Copyright (c) 2002 Wasabi Systems, Inc.
@@ -131,6 +131,9 @@
/* GPIO state */
uint8_t sc_gpio_dir; /* GPIO pin direction (1 == output) */
uint8_t sc_gpio_val; /* GPIO output pin value */
+
+ /* DMA tag for local devices. */
+ struct arm32_bus_dma_tag sc_local_dmat;
};
/*
@@ -165,6 +168,8 @@
void i80321_io_bs_init(bus_space_tag_t, void *);
void i80321_mem_bs_init(bus_space_tag_t, void *);
+void i80321_local_dma_init(bus_dma_tag_t, void *);
+
void i80321_pci_dma_init(bus_dma_tag_t, void *);
void i80321_pci_init(pci_chipset_tag_t, void *);
Home |
Main Index |
Thread Index |
Old Index