mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
ide: split away ide-mmio.c
create ide-mmio.c and place mmio support there. only build ide-mmio support for platforms using it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b884220990
commit
3d2bf4a109
6 changed files with 130 additions and 97 deletions
1
hw/r2d.c
1
hw/r2d.c
|
|
@ -31,6 +31,7 @@
|
|||
#include "pci.h"
|
||||
#include "net.h"
|
||||
#include "sh7750_regs.h"
|
||||
#include "ide.h"
|
||||
|
||||
#define SDRAM_BASE 0x0c000000 /* Physical location of SDRAM: Area 3 */
|
||||
#define SDRAM_SIZE 0x04000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue