projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7414537
)
prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same...
author
Hervé Poussineau
<hpoussin@reactos.org>
Tue, 18 Jan 2011 21:43:56 +0000
(22:43 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 29 Jan 2011 15:02:39 +0000
(16:02 +0100)
Cc: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/ppc_prep.c
patch
|
blob
|
history
diff --git
a/hw/ppc_prep.c
b/hw/ppc_prep.c
index 6b221221c273234882e3d6d23816377eef78e170..6c1499a7807b100d1af46f8506cae098e5b3955f 100644
(file)
--- a/
hw/ppc_prep.c
+++ b/
hw/ppc_prep.c
@@
-690,7
+690,7
@@
static void ppc_prep_init (ram_addr_t ram_size,
hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
}
- for(i = 0; i <
MAX_IDE_BUS
; i++) {
+ for(i = 0; i <
1/*MAX_IDE_BUS*/
; i++) {
isa_ide_init(ide_iobase[i], ide_iobase2[i], ide_irq[i],
hd[2 * i],
hd[2 * i + 1]);