--- trunk/src/include/mpc10xreg.h 2007/10/11 18:56:50 56 +++ trunk/src/include/mpc10xreg.h 2007/10/11 18:57:32 57 @@ -40,21 +40,21 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if 0 /* PCI memory space */ #define MPC_PCI_MEM_BASE 0x80000000 -#if 0 #define MPC_PCI_MEM_END 0xf7ffffff #endif +#if 0 /* PCI IO space */ #define MPC_PCI_IO_BASE 0xfec00000 -#if 0 #define MPC_PCI_IO_START 0xf8800000 /* for allocation */ #define MPC_PCI_IO_END 0xfeffffff #endif /* PCI config space */ -#define MPC10X_MAPB_CNFG_DATA 0xfee00000 +#define MPC10X_MAPB_CNFG_DATA 0xfec00000 #if 0 /* Config space regs */ @@ -120,7 +120,7 @@ #endif /* interrupt controller */ -#define MPC_UIC_BASE 0xfec00000 +#define MPC_UIC_BASE 0xfc040000 #define MPC_UIC_SIZE 0x00000024 #define MPC_UIC_SR 0x00000000 /* UIC status (read/clear) */ #define MPC_UIC_SRS 0x00000004 /* UIC status (set) */