diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 16:56:26 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-12 09:42:30 -0500 |
commit | 7e078316fdf09db229ba4bf63ef3233fef1ffad5 (patch) | |
tree | 740e510fbf0a4402e9a1936ca4ff83470605fda9 /hw/ide/pci.h | |
parent | 58c0e7326e3396c2a0f8734f852cee5ecdf13047 (diff) |
ide: 'secondary' field is only used by cmd646
Patchworks-ID: 35303
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ide/pci.h')
-rw-r--r-- | 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 690d0579a6..93775030b1 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); |