diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-12 19:21:36 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-12 19:28:37 +0000 |
commit | f40070c36cca9d15861df0d83a1d52e4f509a0b5 (patch) | |
tree | 021c0e8441404735ee4521158ea6082ecb0d9230 /hw/sysbus.h | |
parent | 798b721ec3d593911cbc4b41138b54c2b2e7d9a8 (diff) |
Sparc32: convert tcx to qdev
Also increase QDEV_MAX_MMIO.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sysbus.h')
-rw-r--r-- | hw/sysbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sysbus.h b/hw/sysbus.h index 7c20808f3c..9b2553dba0 100644 --- a/hw/sysbus.h +++ b/hw/sysbus.h @@ -5,7 +5,7 @@ #include "qdev.h" -#define QDEV_MAX_MMIO 5 +#define QDEV_MAX_MMIO 32 #define QDEV_MAX_IRQ 32 typedef struct SysBusDevice SysBusDevice; |