diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-17 15:15:52 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-17 15:15:52 +0000 |
commit | f1770b3e1f0fa6d684cd5e306530491fbfa5e604 (patch) | |
tree | 58633c4ff7d26eb3b37c0a2873138922fd3c3392 /hw/mips_malta.c | |
parent | 72742c8626a9a25dd707a4c76583cd9c9faa5942 (diff) |
Disable Malta floppy controller for now, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2324 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mips_malta.c')
-rw-r--r-- | hw/mips_malta.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index cf26655d7f..2c838a5b0b 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -501,7 +501,7 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device, PCIBus *pci_bus; CPUState *env; RTCState *rtc_state; - fdctrl_t *floppy_controller; + /* fdctrl_t *floppy_controller; */ MaltaFPGAState *malta_fpga; int ret; @@ -571,8 +571,8 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device, serial_init(&pic_set_irq_new, isa_pic, 0x3f8, 4, serial_hds[0]); parallel_init(0x378, 7, parallel_hds[0]); /* XXX: The floppy controller does not work correctly, something is - probably wrong */ - floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table); + probably wrong. + floppy_controller = fdctrl_init(6, 2, 0, 0x3f0, fd_table); */ /* Sound card */ #ifdef HAS_AUDIO |