From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JW8CZ-0008Lf-OH for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:47:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW8CV-0008Kq-Am for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:47:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW8CU-0008Kc-Ut for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:47:19 -0500 Received: from smtp7-g19.free.fr ([212.27.42.64]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW8CU-0007Ri-LR for qemu-devel@nongnu.org; Mon, 03 Mar 2008 05:47:18 -0500 Received: from smtp7-g19.free.fr (localhost [127.0.0.1]) by smtp7-g19.free.fr (Postfix) with ESMTP id E2F3D322829 for ; Mon, 3 Mar 2008 11:47:17 +0100 (CET) Received: from [127.0.0.1] (rob92-4-82-225-201-66.fbx.proxad.net [82.225.201.66]) by smtp7-g19.free.fr (Postfix) with ESMTP id AF8A7322868 for ; Mon, 3 Mar 2008 11:47:17 +0100 (CET) Message-ID: <47CBD735.40904@reactos.org> Date: Mon, 03 Mar 2008 11:47:17 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010503040903050605010905" Subject: [Qemu-devel] [6/6] Increase max floppy drives to 4 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 This is a multi-part message in MIME format. --------------010503040903050605010905 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I suppose this patch will be highly controversial... Feel free to commit it or not. It is required to successfully pass POST in the firmware, but the firmware will work without this patch. --------------010503040903050605010905 Content-Type: text/plain; name="6_up_to_4_floppies.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="6_up_to_4_floppies.patch" Index: hw/fdc.h =================================================================== RCS file: /sources/qemu/qemu/hw/fdc.h,v retrieving revision 1.1 diff -u -r1.1 fdc.h --- hw/fdc.h 17 Nov 2007 17:14:41 -0000 1.1 +++ hw/fdc.h 27 Feb 2008 19:52:11 -0000 @@ -1,5 +1,5 @@ /* fdc.c */ -#define MAX_FD 2 +#define MAX_FD 4 extern BlockDriverState *fd_table[MAX_FD]; typedef struct fdctrl_t fdctrl_t; --------------010503040903050605010905--