* [Qemu-devel] [PATCH] ahci: increase MAX_SATA_DEVS to 4
@ 2010-05-13 15:50 Sebastian Herbszt
0 siblings, 0 replies; only message in thread
From: Sebastian Herbszt @ 2010-05-13 15:50 UTC (permalink / raw)
To: qemu-devel; +Cc: Sebastian Herbszt
All ICH6 ports are now available.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
diff --git a/sysemu.h b/sysemu.h
index 70d5a33..022be18 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -177,7 +177,7 @@ typedef struct DriveInfo {
#define MAX_IDE_DEVS 2
#define MAX_SCSI_DEVS 7
-#define MAX_SATA_DEVS 1
+#define MAX_SATA_DEVS 4
#define MAX_DRIVES 32
extern QTAILQ_HEAD(drivelist, DriveInfo) drives;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-13 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 15:50 [Qemu-devel] [PATCH] ahci: increase MAX_SATA_DEVS to 4 Sebastian Herbszt
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).