]> git.proxmox.com Git - mirror_qemu.git/commit
magnum: disable floppy DMA for now
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 3 Feb 2016 16:28:57 +0000 (11:28 -0500)
committerJohn Snow <jsnow@redhat.com>
Wed, 3 Feb 2016 16:28:57 +0000 (11:28 -0500)
commit020e29869924ede58ef6d8723cad4df9af307af6
tree19f31a48b3a0946fadb094e237abb5ef80a4798f
parent16ffe3636006b6805e403860c54bf9c2071c6e3d
magnum: disable floppy DMA for now

Floppy uses the DMA controller in rc4030 chipset, and not the i8259 from the ISA bus.
It's better to disable DMA than to call the wrong DMA controller.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-id: 1453843944-26833-13-git-send-email-hpoussin@reactos.org
Signed-off-by: John Snow <jsnow@redhat.com>
hw/mips/mips_jazz.c