From 28ce5ce63bf95d637d23460f8455d19064d6e378 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 30 Jan 2009 20:39:32 +0000 Subject: 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 Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6488 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/ppc_mac.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'hw/ppc_mac.h') 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); -- cgit v1.2.1