aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2018-06-08 13:17:38 -0400
committerJohn Snow <jsnow@redhat.com>2018-06-08 13:17:38 -0400
commitead019e7ddf07556ce73498380fdd2c1384657e6 (patch)
tree196bb2c8c70d85e1a2863156fc10e3834b9eca75 /hw/ide
parentd566811a10a8310da120cc962e487d491d1e91d3 (diff)
downloadqemu-ead019e7ddf07556ce73498380fdd2c1384657e6.zip
qemu-ead019e7ddf07556ce73498380fdd2c1384657e6.tar.gz
qemu-ead019e7ddf07556ce73498380fdd2c1384657e6.tar.bz2
ahci: delete old host register address definitions
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180531222835.16558-16-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'hw/ide')
-rw-r--r--hw/ide/ahci_internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/ide/ahci_internal.h b/hw/ide/ahci_internal.h
index f9dcf8b..2953243 100644
--- a/hw/ide/ahci_internal.h
+++ b/hw/ide/ahci_internal.h
@@ -55,12 +55,6 @@
#define RX_FIS_UNK 0x60 /* offset of Unknown FIS data */
/* global controller registers */
-#define HOST_CAP 0x00 /* host capabilities */
-#define HOST_CTL 0x04 /* global host control */
-#define HOST_IRQ_STAT 0x08 /* interrupt status */
-#define HOST_PORTS_IMPL 0x0c /* bitmap of implemented ports */
-#define HOST_VERSION 0x10 /* AHCI spec. version compliancy */
-
enum AHCIHostReg {
AHCI_HOST_REG_CAP = 0, /* CAP: host capabilities */
AHCI_HOST_REG_CTL = 1, /* GHC: global host control */