diff options
-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 cf26655d7..2c838a5b0 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 |