From 7e078316fdf09db229ba4bf63ef3233fef1ffad5 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 16:56:26 +0200 Subject: ide: 'secondary' field is only used by cmd646 Patchworks-ID: 35303 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/ide/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ide') 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); -- cgit v1.1