qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 09/12] ide: 'secondary' field is only used by cmd646


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 09/12] ide: 'secondary' field is only used by cmd646
Date: Wed, 7 Oct 2009 16:56:26 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 hw/ide/pci.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/ide/pci.h b/hw/ide/pci.h
index 690d057..9377503 100644
--- a/hw/ide/pci.h
+++ b/hw/ide/pci.h
@@ -7,7 +7,7 @@ typedef struct PCIIDEState {
     PCIDevice dev;
     IDEBus bus[2];
     BMDMAState bmdma[2];
-    uint32_t secondary;
+    uint32_t secondary; /* used only for cmd646 */
 } PCIIDEState;

 void bmdma_cmd_writeb(void *opaque, uint32_t addr, uint32_t val);
-- 
1.6.2.5





reply via email to

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