diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-30 20:39:32 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-30 20:39:32 +0000 |
commit | 28ce5ce63bf95d637d23460f8455d19064d6e378 (patch) | |
tree | 02f3960351777e679a564499c9f0da536c5ea4d3 /hw/ppc_mac.h | |
parent | 186a749583e128b7a88002cb3e991f342083115b (diff) | |
download | qemu-28ce5ce63bf95d637d23460f8455d19064d6e378.zip |
PowerPC: mac-io DB-DMA support
This patch adds powermac Descriptor-Based DMA.
It is used by mac-io based IDE, ethernet, sounds and serial devices.
Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6488 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index cc70fb7dc7..9ebb6c170e 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -39,9 +39,6 @@ #define ESCC_CLOCK 3686400 -/* DBDMA */ -void dbdma_init (int *dbdma_mem_index); - /* Cuda */ void cuda_init (int *cuda_mem_index, qemu_irq irq); |