From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6yBn-00013v-3N for qemu-devel@nongnu.org; Tue, 16 Jan 2007 18:58:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6yBm-00013d-2x for qemu-devel@nongnu.org; Tue, 16 Jan 2007 18:58:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6yBl-00013a-Ta for qemu-devel@nongnu.org; Tue, 16 Jan 2007 18:58:01 -0500 Received: from [82.232.2.251] (helo=mail.aurel32.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H6yBl-0001FE-JA for qemu-devel@nongnu.org; Tue, 16 Jan 2007 18:58:01 -0500 Received: from amd64.aurel32.net ([2001:618:400:fc13:216:3eff:fe00:1009]) by mail.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1H6yBp-0002mU-Gc for qemu-devel@nongnu.org; Wed, 17 Jan 2007 00:58:05 +0100 Received: from aurel32 by amd64.aurel32.net with local (Exim 4.63) (envelope-from ) id 1H6yBp-00067u-9v for qemu-devel@nongnu.org; Wed, 17 Jan 2007 00:58:05 +0100 Date: Wed, 17 Jan 2007 00:58:05 +0100 From: Aurelien Jarno Message-ID: <20070116235805.GA23543@amd64.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Subject: [Qemu-devel] [PATCH] disable the floppy controller on the Malta platform Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The floppy controller on the Malta platform does not work correctly, as written in the source code. I have just discoverd that it also make debian-installer to crash. The patch below disables the floppy controller until we fix the problem (low priority on my TODO list). Index: hw/mips_malta.c =================================================================== RCS file: /sources/qemu/qemu/hw/mips_malta.c,v retrieving revision 1.1 diff -u -d -p -r1.1 mips_malta.c --- hw/mips_malta.c 15 Jan 2007 23:58:11 -0000 1.1 +++ hw/mips_malta.c 16 Jan 2007 23:54:18 -0000 @@ -571,8 +571,8 @@ void mips_malta_init (int ram_size, int 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 -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net