summaryrefslogtreecommitdiffstats
path: root/hw/sparc
diff options
context:
space:
mode:
authorHervé Poussineau2016-02-03 17:28:55 +0100
committerJohn Snow2016-02-03 17:28:55 +0100
commit57146941924a4189b14cbc1c87478b2ffef31943 (patch)
tree24f08fc2c3b5b3a9a45caa4214c8984c6c9266ca /hw/sparc
parenti82374: device only existed as ISA device, so simplify device (diff)
downloadqemu-57146941924a4189b14cbc1c87478b2ffef31943.tar.gz
qemu-57146941924a4189b14cbc1c87478b2ffef31943.tar.xz
qemu-57146941924a4189b14cbc1c87478b2ffef31943.zip
i8257: pass ISA bus to DMA_init() function
i8257 DMA controller exists on one ISA bus, so let's specify it at initialization. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Message-id: 1453843944-26833-3-git-send-email-hpoussin@reactos.org Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'hw/sparc')
-rw-r--r--hw/sparc/sun4m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c
index 1fcec4478f..9c078d5639 100644
--- a/hw/sparc/sun4m.c
+++ b/hw/sparc/sun4m.c
@@ -112,7 +112,7 @@ void DMA_hold_DREQ (int nchan) {}
void DMA_release_DREQ (int nchan) {}
void DMA_schedule(void) {}
-void DMA_init(int high_page_enable)
+void DMA_init(ISABus *bus, int high_page_enable)
{
}