From: ths Date: Wed, 17 Jan 2007 15:15:52 +0000 (+0000) Subject: Disable Malta floppy controller for now, by Aurelien Jarno. X-Git-Tag: release_0_9_1~1571 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=028186355c0628070c649dfda78c9ea789b82b40;p=qemu-xen-4.3-testing.git Disable Malta floppy controller for now, by Aurelien Jarno. --- 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