--- trunk/src/include/cpc700reg.h 2007/10/10 23:31:09 49 +++ trunk/src/include/cpc700reg.h 2007/10/10 23:34:39 50 @@ -50,9 +50,9 @@ #define CPC_PCI_IO_END 0xfbffffff /* PCI config space */ -#define CPC_PCICFGADR 0xfee00000 +#define CPC_PCICFGADR 0xfec00000 #define CPC_PCI_CONFIG_ENABLE 0x80000000 -#define CPC_PCICFGDATA 0xfee00004 +#define CPC_PCICFGDATA 0xfec00004 /* Config space regs */ #define CPC_PCI_BRDGERR 0x48 @@ -87,8 +87,8 @@ #define CPC_PTM2_MEMSIZE 0xff40003c /* serial ports */ -#define CPC_COM0 0xfc004500ULL -#define CPC_COM1 0xfc004600ULL +#define CPC_COM0 0xff600300ULL +#define CPC_COM1 0xff600400ULL #define CPC_COM_SPEED(bus) ((bus) / (2 * 4)) /* processor interface registers */ @@ -159,8 +159,8 @@ /* IIC */ -#define CPC_IIC0 0xfc020000 -#define CPC_IIC1 0xfc030000 +#define CPC_IIC0 0xff620000 +#define CPC_IIC1 0xff630000 #define CPC_IIC_SIZE 0x00000014 /* offsets from base */ #define CPC_IIC_MDBUF 0x00000000 @@ -180,7 +180,7 @@ #define CPC_IIC_DIRECTCNTL 0x00000010 /* timer */ -#define CPC_TIMER 0xfc050000 +#define CPC_TIMER 0xff650000 #define CPC_GPTTBC 0x00000000 #endif /* CPC700REG_H */