diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2008-04-30 11:58:32 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-04-30 11:58:32 +0300 |
commit | ce36ae526d88d20ff67cd6cb429fb06f48d231f6 (patch) | |
tree | 5e9de5ccb00c52e18d4da54d77bb47631374e6f0 /hw/xfree86/os-support/bus | |
parent | b71b51c982706501b6229532ce342752207426bb (diff) |
Add M32R architecture support (bug #10020)
Still needs autotools support, so this won't actually _build_: it's just
a starting point.
Diffstat (limited to 'hw/xfree86/os-support/bus')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index b78d30720..1385eee85 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -237,6 +237,12 @@ # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # endif +#elif defined(__m32r__) +# if defined(linux) +# define ARCH_PCI_INIT linuxPciInit +# define INCLUDE_XF86_MAP_PCI_MEM +# define INCLUDE_XF86_NO_DOMAIN +# endif #elif defined(__sparc__) || defined(sparc) # if defined(linux) # define ARCH_PCI_INIT linuxPciInit |