qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6/6] Increase max floppy drives to 4


From: Hervé Poussineau
Subject: [Qemu-devel] [6/6] Increase max floppy drives to 4
Date: Mon, 03 Mar 2008 11:47:17 +0100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

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.
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 via email to

[Prev in Thread] Current Thread [Next in Thread]