qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Hervé Poussineau" <hpoussin@reactos.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6/6] Increase max floppy drives to 4
Date: Mon, 03 Mar 2008 11:47:17 +0100	[thread overview]
Message-ID: <47CBD735.40904@reactos.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

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.

[-- Attachment #2: 6_up_to_4_floppies.patch --]
[-- Type: text/plain, Size: 399 bytes --]

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;


                 reply	other threads:[~2008-03-03 10:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47CBD735.40904@reactos.org \
    --to=hpoussin@reactos.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).