qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6/6] Increase max floppy drives to 4
@ 2008-03-03 10:47 Hervé Poussineau
  0 siblings, 0 replies; only message in thread
From: Hervé Poussineau @ 2008-03-03 10:47 UTC (permalink / raw)
  To: qemu-devel

[-- 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-03 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 10:47 [Qemu-devel] [6/6] Increase max floppy drives to 4 Hervé Poussineau

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).